Skip to content

Commit

Permalink
Merge branch 'master' into kd_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pepealessio authored Jul 4, 2021
2 parents 9e5e39c + 4b0455f commit 8f61530
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# SBL

A demostration video can be watched at
https://youtu.be/qOr8XTu--TQ
A demostration video can be watched at https://youtu.be/qOr8XTu--TQ.

The documentation can be readed at .\doc\documentation_v1.0.

The esp32 code is in .\ESP32_code

The STM32 code is in .\STM32_code

The desktop application is in .\Desktop_Controller
1 change: 1 addition & 0 deletions STM32_code/mcu6050_angle/Core/Inc/supervisor.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/********************* DEFINE ******************************/


#define FSM__MAX_VELOCITY (10100)
#define FSM__ANGLE_OFFSET (-130) // W is +
#define FSM__ANGLE_VARIATION (-105) // W is +
Expand Down
Binary file added doc/Documentation_v1.0.pdf
Binary file not shown.

0 comments on commit 8f61530

Please sign in to comment.