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