Commit Graph

13 Commits

Author SHA1 Message Date
Jake Goodwin dad3f8f82a Defined the clear byte function 2024-08-25 06:54:18 -07:00
Jake Goodwin cfdf40bd9c Wrote code to pass tests for the showbyte function.
+ Added statment for checking bits for hi/low
2024-08-25 06:44:32 -07:00
Jake Goodwin 9fc9e43cd6 Fixed issue with pin number
Fixed an issue where a placeholder value was still being used in a
function.
2024-08-25 06:38:10 -07:00
Jake Goodwin 33e75b2e6a Removed unused functions, Added new structure
+ Added new structure for holding a byte of LEDS.
+ Added new function to creating structure of Led array.
- Removed older functions for half-bytes.
- Removed the older function prototypes.
2024-08-25 06:19:31 -07:00
Jake Goodwin 92512c257e Added functions to set leds high and low. 2024-08-24 09:42:54 -07:00
Jake Goodwin 2b45d70044 formatting auto 2024-08-24 09:05:07 -07:00
jakeg00dwin 0037bb3d9b Changes for running in 4bit mode 2024-08-23 17:06:03 -07:00
jakeg00dwin e00c2824d4 Setup testing for LedController and removed the timer test runner 2024-08-21 20:06:20 -07:00
jakeg00dwin a77e544358 Added LED Controller module. 2024-08-21 19:59:14 -07:00
jakeg00dwin 6cabb250a1 removed template tests. 2024-08-02 13:10:26 -07:00
jakeg00dwin 2af21e4ab5 Added a Timer interface module. 2024-08-02 13:05:46 -07:00
jakeg00dwin 0cb3edec81 removed uneeded modules 2024-08-02 13:02:22 -07:00
jakeg00dwin 4ac8c6323b patching with HIGH repo setup 2024-08-02 12:57:48 -07:00