Skip to content

Commit ce6c725

Browse files
author
jenkie
committed
Update outdated description
1 parent 3d75470 commit ce6c725

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Arduino_Pedelec_Controller/Arduino_Pedelec_Controller.ino

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1919
2020
Features:
2121
- pedaling-enabled, true-power-control throttle
22-
- pedaling-enabled, pid-controlled motor-power which can be set by a potentiometer
23-
- starting aid up to 6 km/h
24-
- limit maximum speed
25-
- limit maximum electric power to 500 W (which means "250 W Nennleistung" :P)
26-
- display: Nokia 5510
27-
- sends Amarino-compatible data over bluetooth
22+
- pedaling-enabled, pid-controlled motor-power which can be set by a potentiometer or buttons
23+
- configurable starting aid
24+
- configurable speed limit
25+
- configurable power limit
26+
- switchable profiles
27+
- several displays: BMS, Kingmeter, Nokia LCD, Serial LCD
28+
- optional Bluetooth module to communicate with Android app
2829
*/
2930

3031
#include "config.h" //place all your personal configurations there and keep that file when updating!

0 commit comments

Comments
 (0)