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
276 3733 d 10 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Updated controller API to support the new controllers.
Updated SNAKE game with support for the new controllers.
Fixed a bug in the waterfall animations where the topmost layer was ignored.
 
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/I2C1.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TIMER5.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.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
269 3753 d 23 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Changed pin-outs to match that of the Cerebot adapter board.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/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/project.xml
261 3781 d 22 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed a few bugs so that the Ethernet control actually works now.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ETHERNET.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/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/configurations.xml
255 3783 d 20 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Implemented code for the onboard Ethernet module.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/ETHERNET.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ETHERNET.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.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/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/project.xml
241 3828 d 6 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Implemented the game tron.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CUBE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/README.txt
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.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
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
237 3828 d 13 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
235 3828 d 19 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