Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edeca/electronics
Code for microcontrollers
https://github.com/edeca/electronics
Last synced: 5 days ago
JSON representation
Code for microcontrollers
- Host: GitHub
- URL: https://github.com/edeca/electronics
- Owner: edeca
- License: bsd-3-clause
- Created: 2010-04-19T20:31:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T20:04:00.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T23:23:09.213Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://edeca.net/
- Size: 382 KB
- Stars: 19
- Watchers: 8
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Electronics Repository
David Cannings
http://edeca.netCode for PIC microcontroller electronics, mainly written for [Microchip's XC8 compiler](https://www.microchip.com/pagehandler/en_us/devtools/mplabxc/).
PIC library highlights include:
- A [driver for the ST7565 display](https://github.com/edeca/Electronics/blob/master/Include/st7565.h)
- A [simple graphics library](https://github.com/edeca/Electronics/blob/master/Include/graphics.h) that supports proper fontsSupport scripts and files for common tasks, including:
- A Python script to convert Proteus ARES output to [OSHPark](http://oshpark.com) format
- XSLT files for [MuGUI](http://www.mugui.de/)Visit my website to find automatically generated [documentation for the C libraries](http://edeca.net/electronics/library-docs/html/).
Unless otherwise stated, all code in this repository is covered by
the BSD license.