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
122 4370 d 21 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 4372 d 11 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 4386 d 5 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 4387 d 10 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 4387 d 10 h Kevin /PIC Stuff/ Created folder for holding PIC code for personal projects.  
/PIC Stuff
117 4445 d 5 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 4451 d 9 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 4452 d 12 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 4456 d 21 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 4458 d 6 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 4458 d 6 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
111 4472 d 4 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/ Implemented a buffer for received data from XBee. Also changed the naming of definitions to differentiate from base station code and remote code.  
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/buffer.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/circular_buffer.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/circular_buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/circular_buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/main.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/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/main.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/maindefs.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/msg_queues.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/msg_queues.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-default.mk
/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/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pwm.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pwm.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/uart.c
110 4477 d 7 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/ Added some files missing from the last commit.  
/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
109 4477 d 7 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/ Changed XBee pins and enabled port B interrupts.

/* ----------- IO Pins -----------
* RA0 - LED Display Latch Enable (PPS)
* RA1 - LED Display CLK (PPS)
* RA2 - LED Display DIN (PPS)
* RA3 - LED Display Output Enable (PPS)
* RA4 - [CANNOT BE USED (VDDCORE/VCAP)]
* RA5 - IR Reciever (PPS)
* RA6 - Oscillator
* RA7 - Oscillator
*
* RC0 - PWM Output (IR) (PPS, Ports B and C only)
* RC1 - PWM Output (IR) (PPS, Ports B and C only)
* RC2 - LED Output (PPS, Ports B and C only)
* RC3 - I2C SCL
* RC4 - I2C SDA
* RC5 - XBee Sleep (PPS)
* RC6 - UART Debug Output
* RC7 - UART Debug Input
*
* RB0 - XBee CTS (PPS)
* RB1 - XBee RTS (PPS)
* RB2 - XBee RX (PPS)
* RB3 - XBee Tx (PPS)
* RB4 - Button Input (Port B Interrupt on Change)
* RB5 - Button Input (Port B Interrupt on Change)
* RB6 - Button Input (Port B Interrupt on Change)
* RB7 - Button Input (Port B Interrupt on Change)
* ---------------------------- */
 
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/27J13_3_MQ_Mod.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/27J13_3_MQ_Mod.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/adc.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/circular_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/interrupts.c
/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/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/uart.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/xbee.c
108 4477 d 9 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/ Changed project name to PIC 27J13  
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-default.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-genesis.properties
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-impl.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-variables.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Package-default.bash
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/project.xml
107 4477 d 10 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/ Import working PIC 27J13 code with the following pins set:

/* ----------- IO Pins -----------
* RA0 - LED Display Latch Enable (PPS)
* RA1 - LED Display CLK (PPS)
* RA2 - LED Display DIN (PPS)
* RA3 - LED Display Output Enable (PPS)
* RA4 - [CANNOT BE USED (VDDCORE/VCAP)]
* RA5 - IR Reciever (PPS)
* RA6 - Oscillator
* RA7 - Oscillator
*
* RC0 - PWM Output (IR) (PPS, Ports B and C only)
* RC1 - PWM Output (IR) (PPS, Ports B and C only)
* RC2 - LED Output (PPS, Ports B and C only)
* RC3 - I2C SCL
* RC4 - I2C SDA
* RC5 - NA
* RC6 - UART Debug Output
* RC7 - UART Debug Input
*
* RB0 - NA
* RB1 - NA
* RB2 - NA
* RB3 - NA
* RB4 - XBee CTS (PPS)
* RB5 - XBee RTS (PPS)
* RB6 - XBee RX (PPS)
* RB7 - XBee Tx (PPS)
* ---------------------------- */
 
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/Makefile
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/adc.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/adc.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/adc.o.d
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/build/default/production/circular_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/circular_buffer.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/circular_buffer.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/27J13_3_MQ_Mod.production.cof
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/dist/default/production/27J13_3_MQ_Mod.production.hex
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/i2c.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/i2c.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/interrupts.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/led_driver.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/msg_queues.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/msg_queues.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-default.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-genesis.properties
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-impl.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Makefile-variables.mk
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/Package-default.bash
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/private
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/private/configurations.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/private/private.properties
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/private/private.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/project.properties
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/nbproject/project.xml
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pin_interrupts.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pin_interrupts.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pwm.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pwm.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/timers.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/uart.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/uart.h
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/xbee.c
/Classwork/ECE4534 - Embedded Systems/PIC 27J13/xbee.h
106 4477 d 10 h Kevin /Classwork/ECE4534 - Embedded Systems/PIC 27J13/ Created folder PIC 18F27J13  
/Classwork/ECE4534 - Embedded Systems/PIC 27J13
105 4477 d 10 h Kevin /Classwork/ Renamed CS3114 to reflect class name.  
/Classwork/CS3114 - Data Algorithms
/Classwork/CS3114
104 4477 d 10 h Kevin /Classwork/ECE4534 - Embedded Systems/ Created folder for ECE4534  
/Classwork/ECE4534 - Embedded Systems
103 4522 d 20 h Kevin /Android Development/IOIORobotics/ Copied IEEE robotics code from their SVN to mine.  
/Android Development/IOIORobotics
/Android Development/IOIORobotics/.classpath
/Android Development/IOIORobotics/.project
/Android Development/IOIORobotics/.settings
/Android Development/IOIORobotics/.settings/org.eclipse.ltk.core.refactoring.prefs
/Android Development/IOIORobotics/AndroidManifest.xml
/Android Development/IOIORobotics/assets
/Android Development/IOIORobotics/bin
/Android Development/IOIORobotics/bin/classes
/Android Development/IOIORobotics/bin/classes/IEEERobotics
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/AICode$1.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/AICode.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$1.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$2.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$3.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$4.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$5.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$6.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode$7.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/DebugCode.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/GenericXYSeries.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/GlobalPreferenceActivity.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$1.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$2.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$3.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$4.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$5.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$6.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity$7.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputCapacitance.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputInterface.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputLineFollower.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputTemperature.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputVoltage.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/InputWaveform.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/MotorControl.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$attr.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$bool.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$color.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$dimen.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$drawable.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$id.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$integer.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$layout.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$menu.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$string.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$style.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$styleable.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R$xml.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/R.class
/Android Development/IOIORobotics/bin/classes/IEEERobotics/IOIOAI/VT/ViewPagerAdapter.class
/Android Development/IOIORobotics/bin/classes/com
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$attr.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$bool.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$color.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$dimen.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$drawable.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$id.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$integer.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$layout.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$menu.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$string.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$style.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$styleable.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R$xml.class
/Android Development/IOIORobotics/bin/classes/com/viewpagerindicator/R.class
/Android Development/IOIORobotics/bin/classes/ioio
/Android Development/IOIORobotics/bin/classes/ioio/lib
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$attr.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$bool.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$color.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$dimen.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$drawable.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$id.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$integer.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$layout.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$menu.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$string.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$style.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$styleable.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R$xml.class
/Android Development/IOIORobotics/bin/classes/ioio/lib/R.class
/Android Development/IOIORobotics/bin/res
/Android Development/IOIORobotics/gen
/Android Development/IOIORobotics/gen/IEEERobotics
/Android Development/IOIORobotics/gen/IEEERobotics/IOIOAI
/Android Development/IOIORobotics/gen/IEEERobotics/IOIOAI/VT
/Android Development/IOIORobotics/gen/IEEERobotics/IOIOAI/VT/R.java
/Android Development/IOIORobotics/gen/com
/Android Development/IOIORobotics/gen/com/viewpagerindicator
/Android Development/IOIORobotics/gen/com/viewpagerindicator/R.java
/Android Development/IOIORobotics/gen/ioio
/Android Development/IOIORobotics/gen/ioio/lib
/Android Development/IOIORobotics/gen/ioio/lib/R.java
/Android Development/IOIORobotics/lib
/Android Development/IOIORobotics/lib/Androidplot-core-0.4.4-javadoc.jar
/Android Development/IOIORobotics/lib/Androidplot-core-0.4.4-release.jar
/Android Development/IOIORobotics/lib/Androidplot-core-0.4.4-sources.jar
/Android Development/IOIORobotics/libs
/Android Development/IOIORobotics/libs/android-support-v4.jar
/Android Development/IOIORobotics/proguard.cfg
/Android Development/IOIORobotics/project.properties
/Android Development/IOIORobotics/res
/Android Development/IOIORobotics/res/drawable
/Android Development/IOIORobotics/res/drawable/icon.png
/Android Development/IOIORobotics/res/layout
/Android Development/IOIORobotics/res/layout/main.xml
/Android Development/IOIORobotics/res/menu
/Android Development/IOIORobotics/res/menu/mainmenu.xml
/Android Development/IOIORobotics/res/values
/Android Development/IOIORobotics/res/values/strings.xml
/Android Development/IOIORobotics/res/xml
/Android Development/IOIORobotics/res/xml/settings.xml
/Android Development/IOIORobotics/src
/Android Development/IOIORobotics/src/IEEERobotics
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/AICode.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/DebugCode.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/GenericXYSeries.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/GlobalPreferenceActivity.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/IOIORoboticsActivity.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputCapacitance.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputInterface.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputLineFollower.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputTemperature.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputVoltage.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/InputWaveform.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/MotorControl.java
/Android Development/IOIORobotics/src/IEEERobotics/IOIOAI/VT/ViewPagerAdapter.java

Show All