forked from OpenSourceEBike/TSDZ2-Smart-EBike
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimental torque-only high-RPM hack
- Loading branch information
rnovikov
authored and
rnovikov
committed
Apr 3, 2020
1 parent
6664e21
commit 27b03c3
Showing
10 changed files
with
54 additions
and
1,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-std=c17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Add predefined macros for your project here. For example: | ||
// #define THE_ANSWER 42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[General] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-std=c++17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
adc.c | ||
adc.h | ||
brake.c | ||
brake.h | ||
config.h | ||
ebike_app.c | ||
ebike_app.h | ||
interrupts.h | ||
lights.c | ||
lights.h | ||
main.c | ||
main.h | ||
motor.c | ||
motor.h | ||
pas.c | ||
pas.h | ||
pins.h | ||
pwm.c | ||
pwm.h | ||
timers.c | ||
timers.h | ||
torque_sensor.c | ||
torque_sensor.h | ||
uart.c | ||
uart.h | ||
utils.c | ||
utils.h | ||
watchdog.c | ||
watchdog.h | ||
wheel_speed_sensor.c | ||
wheel_speed_sensor.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
. | ||
.. | ||
/usr/local/Cellar/sdcc/3.9.0/share/sdcc/include/ | ||
../common/STM8S_StdPeriph_Lib/inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.