- Name: pic_12F675_projects
- Description: A set of projects for a PIC 12F675 Microcontroller, written in C and Assembly.
- Author: Gavin Lyons
A set of projects and example code for the PIC 12F675 8-pin 8-bit Microcontroller, in C and Assembly. Each Project/example has a short Readme.md , eagle schematic image and source code file in the relevant sub-folder. All projects are in C code(xc8) unless stated that they are written in Assembly.
Project list:
Num | Desc | Link |
---|---|---|
1 | Vehicle lights sim via push button HW interrupt | URL |
2 | Electronic LED die | URL |
3 | LED display , 5 LEDs | URL |
4 | LED display , 8 LEDs | URL |
5 | LED display , 8 LEDs + LDR | URL |
6 | 8-bit binary counter | URL assembly |
7 | PIR sensor alarm system | URL |
8 | Fire sensor alarm system | URL |
9 | 10 minute timer, 1*7 segment LED module | URL |
10 | AAA/AA Battery level on 1*7 segment LED module | URL |
11 | DHT11 sensor display on 1*7 segment LED module | URL |
Bug reports and pull requests are welcome.
- Contact: Upstream repo at github or glyons66@hotmail.com
Copyright (C) 2018 Gavin Lyons This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public license published by the Free Software Foundation, see LICENSE.md in documentation section for more details