Commit Graph

78 Commits

Author SHA1 Message Date
jakeg00dwin b377eab7c0 Updated with comments on prescaler usage for F_CPU 2025-02-20 16:05:23 -08:00
jakeg00dwin 43d15247ad Updated version number from changes. 2025-02-20 15:55:34 -08:00
jakeg00dwin a29e16963f Merge branch 'dev' 2025-02-20 15:50:00 -08:00
jakeg00dwin d3d69ca180 Added linux include dir for AVR. 2025-02-20 15:46:12 -08:00
jakeg00dwin 05b6de17d0 Added new F_CPU define. 2025-02-20 15:45:55 -08:00
jakeg00dwin b2a3dcbed4 Added line for inclusion of AVR stuff on linux machines. 2025-02-20 15:45:44 -08:00
jakeg00dwin 49d8ca037b Adjusted file to use F_CPU after DIV8 and allow speed control during movement. 2025-02-20 15:45:29 -08:00
jakeg00dwin c2ed2cead0 Added fuse flashing commands for default 9.6MHz 2025-02-20 15:44:55 -08:00
jakeg00dwin 4d229a973c updated version number 2025-02-18 19:30:01 -08:00
jakeg00dwin cc57692a1d Updated the motor pulse define, too fast of a pulse doesn't wakeup the motor driver. 2025-02-18 19:29:30 -08:00
jakeg00dwin ba4b6f9f70 Updated version number. 2025-02-18 16:42:35 -08:00
jakeg00dwin 4dcfb1ea07 Setup speed control 2025-02-18 16:41:53 -08:00
jakeg00dwin 4adeec5219 Commented out unused link libs. 2025-02-18 16:41:42 -08:00
jakeg00dwin 17bd1a4e38 Added a define for the motor pulse timing, 1uS and 5uS both work well. 2025-02-18 16:41:31 -08:00
Jake Goodwin b21a8fbecf white space 2025-02-18 15:55:04 -08:00
Jake Goodwin 3f56d38e90 whitespace 2025-02-18 15:55:00 -08:00
Jake Goodwin d85616604f Added define for the correct header when using LSP 2025-02-17 18:33:51 -08:00
Jake Goodwin 28a5c50b23 Updated date 2025-02-17 18:33:32 -08:00
Jake Goodwin d455f80759 Updated date/username 2025-02-17 18:33:20 -08:00
Jake Goodwin 3aaf0a066e got ADC to pass current tests. 2025-02-16 17:34:20 -08:00
Jake Goodwin a5bb712789 Added expectations for setup.
- Commented out attiny404 expectations.
2025-02-16 15:02:19 -08:00
Jake Goodwin 9228d0703f Added attiny13a adc expectations. 2025-02-16 14:42:08 -08:00
Jake Goodwin 39ce0af7fb Added the missing test dir for SuperLoop 2025-02-16 10:30:39 -08:00
Jake Goodwin 3f2eb09427 Updated version number 0.2.0 --> 0.2.1
Commiting the version changes number.
2025-02-16 10:29:22 -08:00
Jake Goodwin de5cd13459 Added the template test files I made before.
+Mocking of ADC.
+Mocking of timer
+Mocking of Register editing.
+tests for all the above
2025-02-16 10:28:35 -08:00
Jake Goodwin a3d7307d96 Added def/define in main CMakeLists.txt
+ added def for UNIT_TESTING
2025-02-16 10:27:21 -08:00
Jake Goodwin 22c191363e Added mocks
+ ADC mocking.
+ Timer.
+ Register Editing.
2025-02-16 10:13:45 -08:00
jakeg00dwin b96945a2a5 updated version number and documentation 2025-02-14 14:12:03 -08:00
jakeg00dwin 2d65048f8e Added minimum acceptable speed. 2025-02-14 14:09:33 -08:00
jakeg00dwin bf39006dea Added the code to allow 0%-100% speed. 2025-02-14 14:06:52 -08:00
jakeg00dwin 71ff471fde changed function signiture to return uint8 type instead of uint16. 2025-02-14 14:02:13 -08:00
jakeg00dwin 724237147f changed `ReadADC()` into `ReadFader()`. Added `ReadSpeed()` function and documentation. 2025-02-14 13:57:52 -08:00
jakeg00dwin a88fae412e Updated to version 0.1.2 2025-02-14 13:05:02 -08:00
jakeg00dwin 91edc72f38 updated menu and setup correct make commands. 2025-02-14 13:04:22 -08:00
jakeg00dwin 0ad78b2671 styling changes 2025-02-14 13:04:06 -08:00
jakeg00dwin 2c78ea4130 Fixed size command options 2025-02-14 13:03:54 -08:00
jakeg00dwin 691057a163 Updated to project version 0.1.1 2025-02-14 12:53:53 -08:00
jakeg00dwin 6283ddb7c5 updated to reflect the instructed powershell commands. 2025-02-14 12:49:17 -08:00
jakeg00dwin 9e558b2ae9 updated for current repo structure 2025-02-14 12:49:02 -08:00
jakeg00dwin 83a2332495 Seperated and renamed sections. Added instructions on usage 2025-02-14 12:44:52 -08:00
jakeg00dwin ae15f4ea66 Added instructions using powershell commands 2025-02-14 12:38:03 -08:00
Jake Goodwin 721fe66cf4 Added doxygen comments to the function protopyes in header. 2025-02-13 12:22:43 -08:00
Jake Goodwin 9b9b8a07e4 removed uneeded prototype 2025-02-13 12:14:52 -08:00
jakeg00dwin 3fe9f67ade Updated with instructions on usage for development. 2025-02-12 16:55:30 -08:00
jakeg00dwin 776e2130e3 Added info and new sections 2025-02-12 16:50:16 -08:00
jakeg00dwin 70db0b9120 changed the F_CPU speed 2025-02-12 15:56:40 -08:00
jakeg00dwin d03ba00ede removed delay line from code 2025-02-12 15:45:33 -08:00
jakeg00dwin 059a75dc6a Added logic to only call the motor move to when needed. 2025-02-12 15:26:12 -08:00
jakeg00dwin a170ceae96 Added low speed programming to target "flash" 2025-02-12 15:16:01 -08:00
Jake Goodwin 088736e2d4 Added padding to acceptable range for the input. 2025-02-12 15:13:10 -08:00