Subversion Repositories Code-Repo

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
342 3548 d 17 h Kevin / Renamed folder to be more verbose.  
147 4291 d 20 h Kevin /PIC Stuff/PIC_27J13/ Renamed maindefs.h to defines.h.
Renamed led_backpack.h to led_HT16K33.h.
Added lux_TSL2561.h to interface to the TSL2561 sensor.
Changed pin bindings in defines.h to use current D0 breakout.
 
129 4428 d 23 h Kevin /PIC Stuff/PIC_27J13/ Removed dependence on Adafruit's GFX library for SSD1306 and SSD1331 modules.
Centralized pin allocation defines in maindefs.h.
Reduces size of some buffers to remove RAM allocation errors.
 
123 4449 d 23 h Kevin /PIC Stuff/PIC_27J13/ Added support for the ADC peripheral. Also added in a test case to read ADC and print to OLED display.  
119 4467 d 2 h Kevin /PIC Stuff/PIC_27J13/ Import PIC framework for F27J13 from embedded systems. Changed framework to use lock-free buffers instead of message queues (async serial only).