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
239 3853 d 6 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Reordered the LEDs to properly show binary digits.  
/PIC Stuff/PICX_16F1825_Controller/defines.h
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
238 3853 d 10 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Added missing files for controller code.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.h
237 3853 d 10 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Changed Timer4 to operate on a millisecond scale.
Added in controller polling functionality.
Added 'game modes' that are switched to upon controller button press.
Removed iteration parameter on animations.
 
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
236 3853 d 16 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Implemented WDT functionality to reset the device if no I2C messages are received in a period of time.  
/PIC Stuff/PICX_16F1825_Controller/base_I2C.c
/PIC Stuff/PICX_16F1825_Controller/funclist
/PIC Stuff/PICX_16F1825_Controller/main.c
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
235 3853 d 16 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed the code for the I2C module so that it actually works.
Added a new README file with some random information.
 
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
234 3854 d 9 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Implemented code for the I2C1 module.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
233 3854 d 23 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Formatted a few things for easier readability.  
/PIC Stuff/PICX_16F1825_Controller/main.c
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
232 3854 d 23 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Changed data types to explicit declarations (stdint.h).  
/PIC Stuff/PICX_16F1825_Controller/base_I2C.c
/PIC Stuff/PICX_16F1825_Controller/base_I2C.h
/PIC Stuff/PICX_16F1825_Controller/base_INTERRUPTS.c
/PIC Stuff/PICX_16F1825_Controller/defines.h
/PIC Stuff/PICX_16F1825_Controller/funclist
/PIC Stuff/PICX_16F1825_Controller/main.c
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
231 3855 d 11 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Changed data types to explicit declarations (stdint.h).  
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/PWM2.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI4.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/glcdfont.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
230 3856 d 13 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Changed the address and command values to something thats easier to remember.  
/PIC Stuff/PICX_16F1825_Controller/defines.h
/PIC Stuff/PICX_16F1825_Controller/main.c
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/configurations.xml
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
228 3856 d 16 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Added new files for the LED cube controller.  
/PIC Stuff/PICX_16F1825_Controller/Makefile
/PIC Stuff/PICX_16F1825_Controller/base_I2C.c
/PIC Stuff/PICX_16F1825_Controller/base_I2C.h
/PIC Stuff/PICX_16F1825_Controller/base_INTERRUPTS.c
/PIC Stuff/PICX_16F1825_Controller/base_INTERRUPTS.h
/PIC Stuff/PICX_16F1825_Controller/defines.h
/PIC Stuff/PICX_16F1825_Controller/funclist
/PIC Stuff/PICX_16F1825_Controller/main.c
/PIC Stuff/PICX_16F1825_Controller/nbproject
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-impl.mk
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_16F1825_Controller/nbproject/Makefile-variables.mk
/PIC Stuff/PICX_16F1825_Controller/nbproject/Package-default.bash
/PIC Stuff/PICX_16F1825_Controller/nbproject/configurations.xml
/PIC Stuff/PICX_16F1825_Controller/nbproject/private
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/SuppressibleMessageMemo.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/configurations.xml
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/private/private.xml
/PIC Stuff/PICX_16F1825_Controller/nbproject/project.properties
/PIC Stuff/PICX_16F1825_Controller/nbproject/project.xml
227 3856 d 16 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Created folder for LED cube controller code.  
/PIC Stuff/PICX_16F1825_Controller
226 3881 d 23 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Enabled the watchdog timer to reset the device every ~17.5min, implemented code for SPI4 module read/write, and moved the animation code to its own file.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI4.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-local-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/project.xml
224 3927 d 19 h Kevin /PIC Stuff/PICX_16F1829_BLE_IMU/ Added libraries for interfacing to the MAX17040 LiPoly chip and the RN-42 bluetooth chip.  
/PIC Stuff/PICX_16F1829_BLE_IMU/MAX17040.c
/PIC Stuff/PICX_16F1829_BLE_IMU/MAX17040.h
/PIC Stuff/PICX_16F1829_BLE_IMU/RN-42.c
/PIC Stuff/PICX_16F1829_BLE_IMU/RN-42.h
/PIC Stuff/PICX_16F1829_BLE_IMU/Demo.py
/PIC Stuff/PICX_16F1829_BLE_IMU/UART.h
/PIC Stuff/PICX_16F1829_BLE_IMU/funclist
/PIC Stuff/PICX_16F1829_BLE_IMU/main.c
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/configurations.xml
223 3928 d 11 h Kevin /PIC Stuff/PICX_16F1829_BLE_IMU/ Updated code/libraries to interface to the L3GD20 and LSM303DLHC sensors.
Also wrote a python script to read, convert, and display sensor values.
 
/PIC Stuff/PICX_16F1829_BLE_IMU/Demo.py
/PIC Stuff/PICX_16F1829_BLE_IMU/L3G.c
/PIC Stuff/PICX_16F1829_BLE_IMU/L3G.h
/PIC Stuff/PICX_16F1829_BLE_IMU/LSM303.c
/PIC Stuff/PICX_16F1829_BLE_IMU/LSM303.h
/PIC Stuff/PICX_16F1829_BLE_IMU/I2C.c
/PIC Stuff/PICX_16F1829_BLE_IMU/I2C.h
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.c
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.h
/PIC Stuff/PICX_16F1829_BLE_IMU/funclist
/PIC Stuff/PICX_16F1829_BLE_IMU/main.c
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/configurations.xml
222 3931 d 12 h Kevin /PIC Stuff/PICX_16F1829_BLE_IMU/ Fixed some code for compatibility with Rev. C of the IMU board.  
/PIC Stuff/PICX_16F1829_BLE_IMU/I2C.c
/PIC Stuff/PICX_16F1829_BLE_IMU/INTERRUPT.c
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.c
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.h
/PIC Stuff/PICX_16F1829_BLE_IMU/funclist
/PIC Stuff/PICX_16F1829_BLE_IMU/main.c
/PIC Stuff/PICX_16F1829_BLE_IMU/main.h
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/private.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/project.xml
216 3968 d 0 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed the serial code so that it writes the entire cube at once instead of writing each layer individually to prevent tearing in the animations.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeInterface.py
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeMain.py
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeRawCommands.py
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
215 3976 d 12 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Updated code to support external frame generation.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
214 3976 d 13 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Wrote a python interface to the microcontroller code.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeInterface.py
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeMain.py
/PIC Stuff/Cerebot_32MX7_LED_Cube/CubeRawCommands.py
213 3979 d 12 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed a few issues with the frame processing code. Command frames can now be sent over UART to control the cube.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
212 3979 d 16 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Modified button interrupt code to support both the 32MX7 and MX7CK boards.
Implemented code for the UART module and basic support for frame parsing.
 
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/UART1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
209 4010 d 13 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed a bug when switching rotations outside of 90 degree angles.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
208 4010 d 14 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Minor update of some code in main.c.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
207 4016 d 12 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Updated code to make it easier to see scrolling text.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
206 4016 d 19 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Added code to overlay an array of pixels to the displayed animation. Also implemented a scrolling text feature to the cube.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER4.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/glcdfont.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/glcdfont.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
205 4017 d 12 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Added code to rotate the cube. Also added two demo loops showing this functionality.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/glcdfont.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
202 4045 d 11 h Kevin /PIC Stuff/PICX_16F1829_BLE_IMU/ Finished writing the library code for UART and I2C for the BLE IMU board.  
/PIC Stuff/PICX_16F1829_BLE_IMU/I2C.c
/PIC Stuff/PICX_16F1829_BLE_IMU/I2C.h
/PIC Stuff/PICX_16F1829_BLE_IMU/INTERRUPT.c
/PIC Stuff/PICX_16F1829_BLE_IMU/INTERRUPT.h
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.c
/PIC Stuff/PICX_16F1829_BLE_IMU/TIMER.h
/PIC Stuff/PICX_16F1829_BLE_IMU/UART.c
/PIC Stuff/PICX_16F1829_BLE_IMU/UART.h
/PIC Stuff/PICX_16F1829_BLE_IMU/main.h
/PIC Stuff/PICX_16F1829_BLE_IMU/funclist
/PIC Stuff/PICX_16F1829_BLE_IMU/main.c
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/project.xml
201 4051 d 11 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Cleaned up and finished commenting the code.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/PWM2.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
200 4054 d 13 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Added functionality to allow changing of refresh rates and brightness settings for the LED cube through the onboard buttons.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/BTN.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
199 4056 d 19 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Finished writing the library for the RGB LED cube for the PIC32MX795XX board.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/PWM2.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/PWM2.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SPI1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
198 4072 d 11 h Kevin /PIC Stuff/ Removed the dist and build folder for projects to save space.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/build
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist
/PIC Stuff/PICX_16F1829_BLE_IMU/build
/PIC Stuff/PICX_16F1829_BLE_IMU/dist
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
197 4072 d 11 h Kevin /PIC Stuff/PICX_16F1829_BLE_IMU/ Initial import of PIC 16F1829 code for the Bluetooth IMU project.  
/PIC Stuff/PICX_16F1829_BLE_IMU
/PIC Stuff/PICX_16F1829_BLE_IMU/Makefile
/PIC Stuff/PICX_16F1829_BLE_IMU/build
/PIC Stuff/PICX_16F1829_BLE_IMU/build/default
/PIC Stuff/PICX_16F1829_BLE_IMU/build/default/production
/PIC Stuff/PICX_16F1829_BLE_IMU/build/default/production/main.p1
/PIC Stuff/PICX_16F1829_BLE_IMU/build/default/production/main.p1.d
/PIC Stuff/PICX_16F1829_BLE_IMU/build/default/production/main.pre
/PIC Stuff/PICX_16F1829_BLE_IMU/dist
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.cof
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.hex
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.hxl
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.lst
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.map
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.obj
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.rlf
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.sdb
/PIC Stuff/PICX_16F1829_BLE_IMU/dist/default/production/PICX_16F1829_BLE_IMU.production.sym
/PIC Stuff/PICX_16F1829_BLE_IMU/funclist
/PIC Stuff/PICX_16F1829_BLE_IMU/main.c
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-impl.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Makefile-variables.mk
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/Package-default.bash
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/SuppressibleMessageMemo.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/configurations.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/private.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/private/private.xml
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/project.properties
/PIC Stuff/PICX_16F1829_BLE_IMU/nbproject/project.xml
193 4073 d 12 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Import of PIC32 project for the LED Cube.  
/PIC Stuff/Cerebot_32MX7_LED_Cube
/PIC Stuff/Cerebot_32MX7_LED_Cube/Makefile
/PIC Stuff/Cerebot_32MX7_LED_Cube/build
/PIC Stuff/Cerebot_32MX7_LED_Cube/build/default
/PIC Stuff/Cerebot_32MX7_LED_Cube/build/default/production
/PIC Stuff/Cerebot_32MX7_LED_Cube/build/default/production/main.o.d
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default/production
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default/production/Cerebot_32MX7.production.elf
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default/production/Cerebot_32MX7.production.hex
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default/production/Cerebot_32MX7_LED_Cube.production.elf
/PIC Stuff/Cerebot_32MX7_LED_Cube/dist/default/production/Cerebot_32MX7_LED_Cube.production.hex
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-impl.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-local-default.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-variables.mk
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Package-default.bash
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/configurations.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/project.properties
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/project.xml
192 4073 d 12 h Kevin /PIC Stuff/PICX_27J13/ Added DMA functionality to the SPI module.  
/PIC Stuff/PICX_27J13/base_SPI.c
/PIC Stuff/PICX_27J13/base_SPI.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
/PIC Stuff/PICX_27J13/nbproject/private/private.xml
163 4153 d 8 h Kevin /PIC Stuff/PICX_12F1840/ Added files for PIC 12F1840:
Added libraries for CPS (capacitive sensing), PWM, Interrupts, and UART for the 8 pin uC.
 
/PIC Stuff/PICX_12F1840/Makefile
/PIC Stuff/PICX_12F1840/base_CPS.c
/PIC Stuff/PICX_12F1840/base_CPS.h
/PIC Stuff/PICX_12F1840/base_INTERRUPTS.c
/PIC Stuff/PICX_12F1840/base_INTERRUPTS.h
/PIC Stuff/PICX_12F1840/base_PWM.c
/PIC Stuff/PICX_12F1840/base_PWM.h
/PIC Stuff/PICX_12F1840/base_UART.c
/PIC Stuff/PICX_12F1840/base_UART.h
/PIC Stuff/PICX_12F1840/defines.h
/PIC Stuff/PICX_12F1840/funclist
/PIC Stuff/PICX_12F1840/main.c
/PIC Stuff/PICX_12F1840/nbproject
/PIC Stuff/PICX_12F1840/nbproject/Makefile-default.mk
/PIC Stuff/PICX_12F1840/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_12F1840/nbproject/Makefile-impl.mk
/PIC Stuff/PICX_12F1840/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_12F1840/nbproject/Makefile-variables.mk
/PIC Stuff/PICX_12F1840/nbproject/Package-default.bash
/PIC Stuff/PICX_12F1840/nbproject/configurations.xml
/PIC Stuff/PICX_12F1840/nbproject/private
/PIC Stuff/PICX_12F1840/nbproject/private/SuppressibleMessageMemo.properties
/PIC Stuff/PICX_12F1840/nbproject/private/configurations.xml
/PIC Stuff/PICX_12F1840/nbproject/private/private.properties
/PIC Stuff/PICX_12F1840/nbproject/private/private.xml
/PIC Stuff/PICX_12F1840/nbproject/project.properties
/PIC Stuff/PICX_12F1840/nbproject/project.xml
162 4153 d 8 h Kevin /PIC Stuff/PICX_12F1840/ Created folder for holding PIC 12F1840 code.  
/PIC Stuff/PICX_12F1840
161 4153 d 8 h Kevin /PIC Stuff/PICX_27J13/ Wrote a test case that uses RTC, NFC, lux sensor, led backpack, character OLED display, and SSD1331 OLED display.  
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
160 4195 d 10 h Kevin /PIC Stuff/PICX_27J13/ Wrote library for the DS3231 Real Time Clock.
Added test case to display current time onto OLED character display.
 
/PIC Stuff/PICX_27J13/sensor_rtc_DS3231.c
/PIC Stuff/PICX_27J13/sensor_rtc_DS3231.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
159 4196 d 13 h Kevin /PIC Stuff/PICX_27J13/ Wrote basic libraries for interfacing to L3G* and LSM303* sensors.  
/PIC Stuff/PICX_27J13/sensor_accel_LSM303.c
/PIC Stuff/PICX_27J13/sensor_accel_LSM303.h
/PIC Stuff/PICX_27J13/sensor_gyro_L3G.c
/PIC Stuff/PICX_27J13/sensor_gyro_L3G.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
158 4198 d 12 h Kevin /PIC Stuff/PICX_27J13/ Changed the file naming to something thats a bit more sortable.  
/PIC Stuff/PICX_27J13/base_ADC.c
/PIC Stuff/PICX_27J13/base_ADC.h
/PIC Stuff/PICX_27J13/base_I2C.c
/PIC Stuff/PICX_27J13/base_I2C.h
/PIC Stuff/PICX_27J13/base_INTERRUPTS.c
/PIC Stuff/PICX_27J13/base_INTERRUPTS.h
/PIC Stuff/PICX_27J13/base_SPI.c
/PIC Stuff/PICX_27J13/base_SPI.h
/PIC Stuff/PICX_27J13/base_TIMERS.c
/PIC Stuff/PICX_27J13/base_TIMERS.h
/PIC Stuff/PICX_27J13/base_UART.c
/PIC Stuff/PICX_27J13/base_UART.h
/PIC Stuff/PICX_27J13/comm_xbee.c
/PIC Stuff/PICX_27J13/comm_xbee.h
/PIC Stuff/PICX_27J13/display_led_HT16K33.c
/PIC Stuff/PICX_27J13/display_led_HT16K33.h
/PIC Stuff/PICX_27J13/display_oled_NHD-0216KZW-AB5.c
/PIC Stuff/PICX_27J13/display_oled_NHD-0216KZW-AB5.h
/PIC Stuff/PICX_27J13/display_oled_ssd1306.c
/PIC Stuff/PICX_27J13/display_oled_ssd1306.h
/PIC Stuff/PICX_27J13/display_oled_ssd1331.c
/PIC Stuff/PICX_27J13/display_oled_ssd1331.h
/PIC Stuff/PICX_27J13/sensor_lux_TSL2561.c
/PIC Stuff/PICX_27J13/sensor_lux_TSL2561.h
/PIC Stuff/PICX_27J13/sensor_nfc_PN532.c
/PIC Stuff/PICX_27J13/sensor_nfc_PN532.h
/PIC Stuff/PICX_27J13/sensor_temp_BMP085.c
/PIC Stuff/PICX_27J13/sensor_temp_BMP085.h
/PIC Stuff/PICX_27J13/adc.c
/PIC Stuff/PICX_27J13/adc.h
/PIC Stuff/PICX_27J13/i2c.c
/PIC Stuff/PICX_27J13/i2c.h
/PIC Stuff/PICX_27J13/interrupts.c
/PIC Stuff/PICX_27J13/interrupts.h
/PIC Stuff/PICX_27J13/led_HT16K33.c
/PIC Stuff/PICX_27J13/led_HT16K33.h
/PIC Stuff/PICX_27J13/lux_TSL2561.c
/PIC Stuff/PICX_27J13/lux_TSL2561.h
/PIC Stuff/PICX_27J13/nfc_PN532.c
/PIC Stuff/PICX_27J13/nfc_PN532.h
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.c
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.h
/PIC Stuff/PICX_27J13/oled_ssd1306.c
/PIC Stuff/PICX_27J13/oled_ssd1306.h
/PIC Stuff/PICX_27J13/oled_ssd1331.c
/PIC Stuff/PICX_27J13/oled_ssd1331.h
/PIC Stuff/PICX_27J13/spi.c
/PIC Stuff/PICX_27J13/spi.h
/PIC Stuff/PICX_27J13/temp_BMP085.c
/PIC Stuff/PICX_27J13/temp_BMP085.h
/PIC Stuff/PICX_27J13/timers.c
/PIC Stuff/PICX_27J13/timers.h
/PIC Stuff/PICX_27J13/uart.c
/PIC Stuff/PICX_27J13/uart.h
/PIC Stuff/PICX_27J13/xbee.c
/PIC Stuff/PICX_27J13/xbee.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml