Subversion Repositories Code-Repo

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
131 4345 d 14 h Kevin /KiCAD/ Updated PIC18F27J13 breakout board to revision B0 with the following changes:
- Changed PIC chip profile from SOIC to SSOP
- Changed clock crystal to smaller SMD profile
- Added I2C pullup resistors
- Added LED indicators to pins C0-C2 and C5-C7 (including UART Tx/Rx)
- Added tank capacitor to VCC input
 
/KiCAD/Libraries/Modules/Custom Parts.bak
/KiCAD/Libraries/Modules/Custom Parts.mod
/KiCAD/Projects/pic18F27J13/Rev.B0
/KiCAD/Projects/pic18F27J13/Rev.B0/1. Top.png
/KiCAD/Projects/pic18F27J13/Rev.B0/2. Bottom.png
/KiCAD/Projects/pic18F27J13/Rev.B0/3. Top Copper.png
/KiCAD/Projects/pic18F27J13/Rev.B0/4. Bottom Copper.png
/KiCAD/Projects/pic18F27J13/Rev.B0/5. Top Mask.png
/KiCAD/Projects/pic18F27J13/Rev.B0/6. Bottom Mask.png
/KiCAD/Projects/pic18F27J13/Rev.B0/7. Top Silk Screen.png
/KiCAD/Projects/pic18F27J13/Rev.B0/8. Drills.png
/KiCAD/Projects/pic18F27J13/Rev.B0/pic18F27J13.zip
/KiCAD/Libraries/Modules/Custom Switches.bak
/KiCAD/Libraries/Modules/Custom Switches.mod
/KiCAD/Projects/pic18F27J13/pic18F27J13-cache.lib
/KiCAD/Projects/pic18F27J13/pic18F27J13.000
/KiCAD/Projects/pic18F27J13/pic18F27J13.bak
/KiCAD/Projects/pic18F27J13/pic18F27J13.brd
/KiCAD/Projects/pic18F27J13/pic18F27J13.cmp
/KiCAD/Projects/pic18F27J13/pic18F27J13.net
/KiCAD/Projects/pic18F27J13/pic18F27J13.pro
/KiCAD/Projects/pic18F27J13/pic18F27J13.sch
130 4353 d 14 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
/PIC Stuff/PIC_27J13/18f27j13.lkr
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
129 4353 d 14 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.
 
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/Adafruit_GFX.h
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/oled_ssd1306.h
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/oled_ssd1331.h
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.h
128 4366 d 19 h Kevin /PIC Stuff/PIC_27J13/ Access to static data storage structures changed to go through pointers to avoid banking optimization errors.  
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/xbee.c
127 4367 d 5 h Kevin /PIC Stuff/PIC_27J13/ Added support for multiple NFC card detection in InListPassiveTarget.
Added support for NFC polling requests with InAutoPoll.
Modified NFC test code to query without locking up.
Added support for XBee API mode including escaped character (AP=2).
Added option to forward UART1 Rx to internal buffer or XBee decoder.
Added test case for XBee modules.
 
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
126 4370 d 13 h Kevin /PIC Stuff/PIC_27J13/ Improved handling for NFC and UART.  
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/adc.h
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/nfc.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
125 4370 d 13 h Kevin /KiCAD/ Import of PIC 18F27J13 v.A0 breakout board project.  
/KiCAD/Libraries
/KiCAD/Libraries/Modules
/KiCAD/Libraries/Modules/Custom Switches.bak
/KiCAD/Libraries/Modules/Custom Switches.mod
/KiCAD/Projects
/KiCAD/Projects/pic18F27J13
/KiCAD/Projects/pic18F27J13/Rev.A0
/KiCAD/Projects/pic18F27J13/Rev.A0/1. Top.png
/KiCAD/Projects/pic18F27J13/Rev.A0/2. Bottom.png
/KiCAD/Projects/pic18F27J13/Rev.A0/3.Top Copper.png
/KiCAD/Projects/pic18F27J13/Rev.A0/4. Bottom Copper.png
/KiCAD/Projects/pic18F27J13/Rev.A0/5.Top Mask.png
/KiCAD/Projects/pic18F27J13/Rev.A0/6. Bottom Mask.png
/KiCAD/Projects/pic18F27J13/Rev.A0/7. Top Silk Screen.png
/KiCAD/Projects/pic18F27J13/Rev.A0/8. Drills.png
/KiCAD/Projects/pic18F27J13/Rev.A0/pic18F27J13.zip
/KiCAD/Projects/pic18F27J13/pic18F27J13-cache.lib
/KiCAD/Projects/pic18F27J13/pic18F27J13.000
/KiCAD/Projects/pic18F27J13/pic18F27J13.bak
/KiCAD/Projects/pic18F27J13/pic18F27J13.brd
/KiCAD/Projects/pic18F27J13/pic18F27J13.cmp
/KiCAD/Projects/pic18F27J13/pic18F27J13.net
/KiCAD/Projects/pic18F27J13/pic18F27J13.pro
/KiCAD/Projects/pic18F27J13/pic18F27J13.sch
124 4370 d 13 h Kevin /KiCAD/ Created folder to hold KiCad files.  
/KiCAD
123 4374 d 15 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.  
/PIC Stuff/PIC_27J13/build
/PIC Stuff/PIC_27J13/dist
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/adc.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/spi.h
122 4375 d 5 h Kevin /PIC Stuff/PIC_27J13/ Changed a few function names and added support for inserting text at the beginning of the OLED display.  
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/Adafruit_GFX.h
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.cof
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.hex
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/spi.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
121 4376 d 18 h Kevin /PIC Stuff/PIC_27J13/ Added testing code for different peripherals.
Fully implemented I2C and SPI2.
Manually added a linker file for RAM management.
Ported over graphics library from Adafruit.
Added support for SSD1331 and SSD1306 OLED graphics drivers.
Added support for the I2C LED backpack.
Added support for the I2C PN532 NFC reader.
 
/PIC Stuff/PIC_27J13/18f27j13.lkr
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/Adafruit_GFX.h
/PIC Stuff/PIC_27J13/build/default/production/Adafruit_GFX.o.d
/PIC Stuff/PIC_27J13/build/default/production/glcdfont.o.d
/PIC Stuff/PIC_27J13/build/default/production/i2c.o.d
/PIC Stuff/PIC_27J13/build/default/production/led_backpack.o.d
/PIC Stuff/PIC_27J13/build/default/production/nfc.o.d
/PIC Stuff/PIC_27J13/build/default/production/oled_ssd1306.o.d
/PIC Stuff/PIC_27J13/build/default/production/oled_ssd1331.o.d
/PIC Stuff/PIC_27J13/build/default/production/spi.o.d
/PIC Stuff/PIC_27J13/glcdfont.c
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/led_backpack.h
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/nfc.h
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/oled_ssd1306.h
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/oled_ssd1331.h
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/spi.h
/PIC Stuff/PIC_27J13/buffer.c
/PIC Stuff/PIC_27J13/buffer.h
/PIC Stuff/PIC_27J13/led_driver.c
/PIC Stuff/PIC_27J13/led_driver.h
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/build/default/production/interrupts.o.d
/PIC Stuff/PIC_27J13/build/default/production/main.o.d
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.cof
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.hex
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/i2c.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/timers.c
/PIC Stuff/PIC_27J13/uart.c
120 4390 d 12 h Kevin /PIC Stuff/PIC_27J13/ Ported over I2C code. Verified that master mode read/write/restart works and slave mode read/write works.  
/PIC Stuff/PIC_27J13/build/default/production/interrupts.o.d
/PIC Stuff/PIC_27J13/build/default/production/main.o.d
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.cof
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.hex
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/i2c.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nbproject/private/configurations.xml
/PIC Stuff/PIC_27J13/uart.c
119 4391 d 17 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).  
/PIC Stuff/PIC_27J13
/PIC Stuff/PIC_27J13/Makefile
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/adc.h
/PIC Stuff/PIC_27J13/buffer.c
/PIC Stuff/PIC_27J13/buffer.h
/PIC Stuff/PIC_27J13/build
/PIC Stuff/PIC_27J13/build/default
/PIC Stuff/PIC_27J13/build/default/production
/PIC Stuff/PIC_27J13/build/default/production/interrupts.o.d
/PIC Stuff/PIC_27J13/build/default/production/main.o.d
/PIC Stuff/PIC_27J13/build/default/production/uart.o.d
/PIC Stuff/PIC_27J13/dist
/PIC Stuff/PIC_27J13/dist/default
/PIC Stuff/PIC_27J13/dist/default/production
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.cof
/PIC Stuff/PIC_27J13/dist/default/production/PIC_27J13.production.hex
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/i2c.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/interrupts.h
/PIC Stuff/PIC_27J13/led_driver.c
/PIC Stuff/PIC_27J13/led_driver.h
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/Makefile-impl.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-variables.mk
/PIC Stuff/PIC_27J13/nbproject/Package-default.bash
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nbproject/private
/PIC Stuff/PIC_27J13/nbproject/private/configurations.xml
/PIC Stuff/PIC_27J13/nbproject/private/private.properties
/PIC Stuff/PIC_27J13/nbproject/private/private.xml
/PIC Stuff/PIC_27J13/nbproject/project.properties
/PIC Stuff/PIC_27J13/nbproject/project.xml
/PIC Stuff/PIC_27J13/pin_interrupts.c
/PIC Stuff/PIC_27J13/pin_interrupts.h
/PIC Stuff/PIC_27J13/pwm.c
/PIC Stuff/PIC_27J13/pwm.h
/PIC Stuff/PIC_27J13/timers.c
/PIC Stuff/PIC_27J13/timers.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
118 4391 d 17 h Kevin /PIC Stuff/ Created folder for holding PIC code for personal projects.  
/PIC Stuff
117 4449 d 12 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 26J11/ Updated some stuff.  
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Makefile-genesis.properties
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/sleep.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.c
116 4455 d 16 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 26J11/ Remote now sends a new message when data recording has been stopped. Also implemented a possible fix for INT1 killing the I2C interrupt.  
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/maindefs.h
115 4456 d 19 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 26J11/ Near finalized PIC code.  
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/i2c.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pwm.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.h
114 4461 d 4 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 26J11/ Implemented a bunch of stuff and added defines to choose between compiling for the base station or remote.  
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/buffer.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/sleep.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/i2c.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/led_driver.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/msg_queues.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/msg_queues.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pwm.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pwm.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/sleep.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/sleep.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/uart.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/xbee.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/xbee.h
113 4462 d 13 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 26J11/ Changed PIC 27J13 project to 26J11  
/Classwork/ECE4534 - Embedded Systems/PIC 26J11
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/18f26j11.lkr
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/Makefile
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/RAM Usage.txt
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/adc.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/adc.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/adc.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/buffer.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/i2c.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/imu.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/interrupts.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/led_driver.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/main.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/msg_queues.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/pin_interrupts.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/pwm.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/sleep.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/timers.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/uart.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/build/default/production/xbee.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/dist/default/production/PIC_26J11.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/i2c.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/i2c.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/imu.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/imu.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/interrupts.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/led_driver.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/led_driver.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/msg_queues.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/msg_queues.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Makefile-default.mk
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Makefile-genesis.properties
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Makefile-impl.mk
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Makefile-variables.mk
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/Package-default.bash
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/private
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/private/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/private/private.properties
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/private/private.xml
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/project.properties
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/nbproject/project.xml
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pin_interrupts.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pwm.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/pwm.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/sleep.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/sleep.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/timers.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/uart.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/uart.h
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/xbee.c
/Classwork/ECE4534 - Embedded Systems/PIC 26J11/xbee.h
112 4462 d 13 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/ New revisions.  
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/adc.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/buffer.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/i2c.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/interrupts.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/led_driver.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/main.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/msg_queues.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/pin_interrupts.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/pwm.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/timers.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/uart.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/xbee.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/PIC_27J13.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/PIC_27J13.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/led_driver.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-genesis.properties
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/private/private.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.c

Show All