Subversion Repositories Code-Repo

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
226 3877 d 8 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
216 3963 d 9 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
212 3975 d 1 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
200 4049 d 21 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 4052 d 4 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 4067 d 20 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
193 4068 d 20 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