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
244 3940 d 8 h Kevin /KiCAD/ Added MSP23009 (I2C I/O expander) and TCL59116 (I2C LED driver) chips to the KiCAD library.
Created the schematic for the LED cube game controller board.
 
/KiCAD/Projects/cubeController
/KiCAD/Projects/cubeController/cubeController-cache.lib
/KiCAD/Projects/cubeController/cubeController.bak
/KiCAD/Projects/cubeController/cubeController.cmp
/KiCAD/Projects/cubeController/cubeController.net
/KiCAD/Projects/cubeController/cubeController.pro
/KiCAD/Projects/cubeController/cubeController.sch
/KiCAD/Libraries/EESCHEMA/Custom_Parts.bak
/KiCAD/Libraries/EESCHEMA/Custom_Parts.bck
/KiCAD/Libraries/EESCHEMA/Custom_Parts.dcm
/KiCAD/Libraries/EESCHEMA/Custom_Parts.lib
243 3945 d 8 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed a bug in the TRON code where the last tail pixel was set to a different color rather than the head.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/Makefile-genesis.properties
242 3945 d 17 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Fixed some issues in the game modes.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/ANIMATIONS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/TRON.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/configurations.xml
241 3946 d 0 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
240 3946 d 2 h Kevin /PIC Stuff/Cerebot_32MX7_LED_Cube/ Implemented the game snake.  
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/SNAKE.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/CONTROLLERS.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/defines.h
/PIC Stuff/Cerebot_32MX7_LED_Cube/main.c
/PIC Stuff/Cerebot_32MX7_LED_Cube/nbproject/private/private.xml
239 3946 d 2 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 3946 d 7 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 3946 d 7 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 3946 d 12 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 3946 d 13 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 3947 d 5 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 3947 d 20 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 3947 d 20 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 3948 d 8 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 3949 d 10 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
229 3949 d 12 h Kevin /Classwork/ Renamed VLSI folder to include class ID.  
/Classwork/ECE4540 - VLSI Circuit Design
/Classwork/VLSI Circuit Design
228 3949 d 13 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 3949 d 13 h Kevin /PIC Stuff/PICX_16F1825_Controller/ Created folder for LED cube controller code.  
/PIC Stuff/PICX_16F1825_Controller
226 3974 d 19 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
225 3978 d 16 h Kevin /KiCAD/ Changed the drill size on the RGB LED cube PCB to be slightly larger.  
/KiCAD/Libraries/PCBNEW/Custom Parts.mod
/KiCAD/Projects/RGB Led Cube (TLC5951)/rgb_led_cube.kicad_pcb
/KiCAD/Projects/bluetooth_IMU/bluetooth_IMU-cache.lib
/KiCAD/Projects/bluetooth_IMU/bluetooth_IMU.bak
/KiCAD/Projects/bluetooth_IMU/bluetooth_IMU.sch

Show All