Commit graph

  • ce747adb9a Updated version number main v0.3.1 dev jakeg00dwin 2025-02-24 18:54:19 -08:00
  • 6d73b3f8aa Added define for the saved position margin, loosened up it's value and increased the rampdown distance. jakeg00dwin 2025-02-24 18:53:55 -08:00
  • d7049191bc Merge branch 'dev' jakeg00dwin 2025-02-24 18:06:13 -08:00
  • b93a01f8c5 Added the rampdown distance as a define in the main.h file. jakeg00dwin 2025-02-24 18:05:29 -08:00
  • 33ddb0a4e9 Added a rampdown section to the speed. jakeg00dwin 2025-02-24 17:31:30 -08:00
  • 3fa844b719 Updated version number and added instructions. jakeg00dwin 2025-02-23 12:50:29 -08:00
  • 87b1cb9acd removed the duplicate bit shifting in favor of single operation in function. jakeg00dwin 2025-02-23 12:29:52 -08:00
  • b64c306250 Merge branch 'dev' jake 2025-02-23 11:54:34 -08:00
  • deaa59f5a2 Changed names for save locations. jake 2025-02-23 11:53:23 -08:00
  • 91ee864d23 Removed the use of the tested ADC interface jake 2025-02-23 11:53:14 -08:00
  • 78fdf54421 Adjusted value for more accurate input. jake 2025-02-23 10:58:42 -08:00
  • c2ce883adb Mocking tests now passing after fixing param name. jake 2025-02-23 10:58:07 -08:00
  • 60b83865cd Added mock test runner function to menu. jake 2025-02-23 10:56:48 -08:00
  • 82c16a7ddc Adjusted function signiture for ADC_ReadValue() jake 2025-02-23 10:56:38 -08:00
  • 33b70d3283 Included the ADC module in main's linked libs jake 2025-02-23 10:56:13 -08:00
  • de463a3469 Cleaned up ADC module jake 2025-02-23 10:56:00 -08:00
  • 2add13a745 Modified ADC mock module to have the new function signiture for the ADC_ReadValue() jake 2025-02-23 10:55:46 -08:00
  • 6736e30dd1 Added extra testing/assert line for the returned error value. jake 2025-02-23 10:34:23 -08:00
  • c07fc415bf Added code to pass the ADC timeout feature jake 2025-02-23 10:32:22 -08:00
  • 58ab3c12eb Added test for the ADC reading timeout feature jake 2025-02-23 10:32:13 -08:00
  • fc3d0d11a5 removed now uneeded functions. jake 2025-02-23 10:03:21 -08:00
  • 90891545d1 Added code to pass the ADC_Disable() function. jake 2025-02-23 10:00:38 -08:00
  • 352ee9e6a8 Added test for ADC_Disable() jake 2025-02-23 09:59:52 -08:00
  • 969b852cb3 Added test for adc enable. jake 2025-02-23 09:58:30 -08:00
  • a00e176675 Added testing for the pin number and resolving it from a adc channel input. jake 2025-02-23 09:50:09 -08:00
  • 6167089a28 Added onto init tests. jake 2025-02-22 22:00:44 -08:00
  • b103fe2b97 removed error line, causes issues with LSP. jake 2025-02-22 21:31:52 -08:00
  • b377eab7c0 Updated with comments on prescaler usage for F_CPU jakeg00dwin 2025-02-20 16:05:23 -08:00
  • 43d15247ad Updated version number from changes. jakeg00dwin 2025-02-20 15:55:34 -08:00
  • a29e16963f Merge branch 'dev' jakeg00dwin 2025-02-20 15:50:00 -08:00
  • d3d69ca180 Added linux include dir for AVR. jakeg00dwin 2025-02-20 15:46:12 -08:00
  • 05b6de17d0 Added new F_CPU define. jakeg00dwin 2025-02-20 15:45:55 -08:00
  • b2a3dcbed4 Added line for inclusion of AVR stuff on linux machines. jakeg00dwin 2025-02-20 15:45:44 -08:00
  • 49d8ca037b Adjusted file to use F_CPU after DIV8 and allow speed control during movement. jakeg00dwin 2025-02-20 15:45:29 -08:00
  • c2ed2cead0 Added fuse flashing commands for default 9.6MHz jakeg00dwin 2025-02-20 15:44:55 -08:00
  • 4d229a973c updated version number jakeg00dwin 2025-02-18 19:30:01 -08:00
  • cc57692a1d Updated the motor pulse define, too fast of a pulse doesn't wakeup the motor driver. jakeg00dwin 2025-02-18 19:29:30 -08:00
  • ba4b6f9f70 Updated version number. v0.2.2 jakeg00dwin 2025-02-18 16:42:35 -08:00
  • 4dcfb1ea07 Setup speed control jakeg00dwin 2025-02-18 16:41:53 -08:00
  • 4adeec5219 Commented out unused link libs. jakeg00dwin 2025-02-18 16:41:42 -08:00
  • 17bd1a4e38 Added a define for the motor pulse timing, 1uS and 5uS both work well. jakeg00dwin 2025-02-18 16:41:31 -08:00
  • b21a8fbecf white space jake 2025-02-18 15:55:04 -08:00
  • 3f56d38e90 whitespace jake 2025-02-18 15:55:00 -08:00
  • d85616604f Added define for the correct header when using LSP jake 2025-02-17 18:33:51 -08:00
  • 28a5c50b23 Updated date jake 2025-02-17 18:33:32 -08:00
  • d455f80759 Updated date/username jake 2025-02-17 18:33:20 -08:00
  • 3aaf0a066e got ADC to pass current tests. jake 2025-02-16 17:34:20 -08:00
  • a5bb712789 Added expectations for setup. jake 2025-02-16 15:02:19 -08:00
  • 9228d0703f Added attiny13a adc expectations. jake 2025-02-16 14:42:08 -08:00
  • 39ce0af7fb Added the missing test dir for SuperLoop jake 2025-02-16 10:30:39 -08:00
  • 3f2eb09427 Updated version number 0.2.0 --> 0.2.1 jake 2025-02-16 10:29:22 -08:00
  • de5cd13459 Added the template test files I made before. jake 2025-02-16 10:28:35 -08:00
  • a3d7307d96 Added def/define in main CMakeLists.txt jake 2025-02-16 10:27:21 -08:00
  • 22c191363e Added mocks jake 2025-02-16 10:13:45 -08:00
  • b96945a2a5 updated version number and documentation jakeg00dwin 2025-02-14 14:12:03 -08:00
  • 2d65048f8e Added minimum acceptable speed. jakeg00dwin 2025-02-14 14:09:33 -08:00
  • bf39006dea Added the code to allow 0%-100% speed. jakeg00dwin 2025-02-14 14:06:52 -08:00
  • 71ff471fde changed function signiture to return uint8 type instead of uint16. jakeg00dwin 2025-02-14 14:02:13 -08:00
  • 724237147f changed ReadADC() into ReadFader(). Added ReadSpeed() function and documentation. jakeg00dwin 2025-02-14 13:57:52 -08:00
  • a88fae412e Updated to version 0.1.2 v0.1.2 jakeg00dwin 2025-02-14 13:05:02 -08:00
  • 91edc72f38 updated menu and setup correct make commands. jakeg00dwin 2025-02-14 13:04:22 -08:00
  • 0ad78b2671 styling changes jakeg00dwin 2025-02-14 13:04:06 -08:00
  • 2c78ea4130 Fixed size command options jakeg00dwin 2025-02-14 13:03:54 -08:00
  • 691057a163 Updated to project version 0.1.1 jakeg00dwin 2025-02-14 12:53:53 -08:00
  • 6283ddb7c5 updated to reflect the instructed powershell commands. jakeg00dwin 2025-02-14 12:49:17 -08:00
  • 9e558b2ae9 updated for current repo structure jakeg00dwin 2025-02-14 12:49:02 -08:00
  • 83a2332495 Seperated and renamed sections. Added instructions on usage jakeg00dwin 2025-02-14 12:44:52 -08:00
  • ae15f4ea66 Added instructions using powershell commands jakeg00dwin 2025-02-14 12:38:03 -08:00
  • 721fe66cf4 Added doxygen comments to the function protopyes in header. jake 2025-02-13 12:22:43 -08:00
  • 9b9b8a07e4 removed uneeded prototype jake 2025-02-13 12:14:52 -08:00
  • 3fe9f67ade Updated with instructions on usage for development. jakeg00dwin 2025-02-12 16:55:30 -08:00
  • 776e2130e3 Added info and new sections jakeg00dwin 2025-02-12 16:50:16 -08:00
  • 70db0b9120 changed the F_CPU speed jakeg00dwin 2025-02-12 15:56:40 -08:00
  • d03ba00ede removed delay line from code jakeg00dwin 2025-02-12 15:45:33 -08:00
  • 059a75dc6a Added logic to only call the motor move to when needed. jakeg00dwin 2025-02-12 15:26:12 -08:00
  • a170ceae96 Added low speed programming to target "flash" jakeg00dwin 2025-02-12 15:16:01 -08:00
  • 088736e2d4 Added padding to acceptable range for the input. jake 2025-02-12 15:13:10 -08:00
  • 65536ada8f updated for midpoint default posision. jake 2025-02-12 15:10:19 -08:00
  • 85228a2cb0 changed version number jake 2025-02-12 15:10:06 -08:00
  • 6296c9dfe6 changed programmer type to usbasp-clone jake 2025-02-12 14:53:38 -08:00
  • e50463ab2b commented out code that won't be used for hardware tests. jake 2025-02-12 14:53:26 -08:00
  • 98c9fde2b9 updated motor move to function signiture jake 2025-02-12 14:53:11 -08:00
  • da7a6e46e8 cleaned up the main function jake 2025-02-12 14:35:56 -08:00
  • 5b2ce9f4d8 changed paramaters and names. jake 2025-02-12 11:48:14 -08:00
  • 355b7eea87 Added new function prototype jake 2025-02-12 11:43:06 -08:00
  • 0652ebac20 whitespace jake 2025-02-12 11:38:00 -08:00
  • 792596377a fixed function names. jake 2025-02-12 11:31:48 -08:00
  • 6146e986b5 struct field updated jake 2025-02-12 11:31:37 -08:00
  • dd1868b308 Added header files for the uC jake 2025-02-12 11:31:26 -08:00
  • 079305033a removed uneeded lines jake 2025-02-12 11:09:55 -08:00
  • ce3e50a3cb Added test runner options jake 2025-02-12 11:08:45 -08:00
  • 2b0cd3808d Added function for formatting source code. jake 2025-02-12 11:06:55 -08:00
  • 3d259b179e added button code and methods jake 2025-02-10 15:06:22 -08:00
  • 491df6d407 changed style jake 2025-02-10 15:06:15 -08:00
  • 6b3b564f62 changed BP to SS for switch state. jake 2025-02-10 14:38:14 -08:00
  • be2f259118 Added the debouncing code jake 2025-02-10 14:35:34 -08:00
  • 3d64b1aa7f Added a new main.h file. jake 2025-02-10 14:35:14 -08:00
  • ed788a8583 Added debouncing section from the old code. jake 2025-02-10 14:01:57 -08:00
  • aed602668a removed uneeded incldue and added in the includes for AVR io.h jake 2025-02-10 10:59:23 -08:00
  • b49a61264f whitespace jake 2025-02-10 10:59:07 -08:00