Commit Graph

42 Commits

Author SHA1 Message Date
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
Jake Goodwin 65536ada8f updated for midpoint default posision. 2025-02-12 15:10:19 -08:00
Jake Goodwin 85228a2cb0 changed version number 2025-02-12 15:10:06 -08:00
Jake Goodwin 6296c9dfe6 changed programmer type to usbasp-clone 2025-02-12 14:53:38 -08:00
Jake Goodwin e50463ab2b commented out code that won't be used for hardware tests. 2025-02-12 14:53:26 -08:00
Jake Goodwin 98c9fde2b9 updated motor move to function signiture 2025-02-12 14:53:11 -08:00
Jake Goodwin da7a6e46e8 cleaned up the main function 2025-02-12 14:35:56 -08:00
Jake Goodwin 5b2ce9f4d8 changed paramaters and names. 2025-02-12 11:48:14 -08:00
Jake Goodwin 355b7eea87 Added new function prototype 2025-02-12 11:43:06 -08:00
Jake Goodwin 0652ebac20 whitespace 2025-02-12 11:38:00 -08:00
Jake Goodwin 792596377a fixed function names. 2025-02-12 11:31:48 -08:00
Jake Goodwin 6146e986b5 struct field updated 2025-02-12 11:31:37 -08:00
Jake Goodwin dd1868b308 Added header files for the uC
These only get used during local development and aren't used during the
actual builds.
2025-02-12 11:31:26 -08:00
Jake Goodwin 079305033a removed uneeded lines 2025-02-12 11:09:55 -08:00
Jake Goodwin ce3e50a3cb Added test runner options
+ Added color flag.
+ Added verbose flag.
2025-02-12 11:08:45 -08:00
Jake Goodwin 2b0cd3808d Added function for formatting source code.
Added the bash function from the template main repo.
2025-02-12 11:06:55 -08:00
Jake Goodwin 3d259b179e added button code and methods 2025-02-10 15:06:22 -08:00
Jake Goodwin 491df6d407 changed style 2025-02-10 15:06:15 -08:00
Jake Goodwin 6b3b564f62 changed BP to SS for switch state. 2025-02-10 14:38:14 -08:00
Jake Goodwin be2f259118 Added the debouncing code
Added the debouncing code and the interrupt service routines.
2025-02-10 14:35:34 -08:00
Jake Goodwin 3d64b1aa7f Added a new main.h file.
Putting all the prototypes and type declarations here.
2025-02-10 14:35:14 -08:00
Jake Goodwin ed788a8583 Added debouncing section from the old code. 2025-02-10 14:01:57 -08:00
Jake Goodwin aed602668a removed uneeded incldue and added in the includes for AVR io.h 2025-02-10 10:59:23 -08:00
Jake Goodwin b49a61264f whitespace 2025-02-10 10:59:07 -08:00
Jake Goodwin 278ab3ff4b ignore my dev notes. 2025-02-10 10:59:03 -08:00
Jake Goodwin f4b4c771b1 Added globals and function prototypes. 2025-02-10 10:41:54 -08:00
Jake Goodwin 6847f5026c Updated the AVR_MCU var and such to target the ATtiny13A 2025-02-10 10:37:33 -08:00
Jake Goodwin 977df579d4 Added basic sections to the readme file. 2025-02-10 10:35:53 -08:00
client_code_paulM 63ca73b223 Initial commit 2025-02-10 18:25:49 +00:00