link to repo file

This commit is contained in:
kai 2020-01-05 13:10:41 +01:00
parent f35d11041c
commit 7f01b16b63
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Most robust way for input is to use the ADC and potis. It works well even on 1m
---
## Example variants
This firmware offers currently these variants (selectable in [platformio.ini](//platformio.ini) and / or config.h):
This firmware offers currently these variants (selectable in [platformio.ini](platformio.ini) and / or [config.h](/Inc/config.h)):
- **VARIANT_ADC**: In this variant the motors are controlled by two potentiometers connected to the Left sensor cable (long wired)
- **VARIANT_USART3**: In this variant the motors are controlled via serial protocol on USART3 right sensor cable (short wired). The commands can be sent from an Arduino. Check out the [hoverserial.ino](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/tree/master/02_Arduino/hoverserial) as an example sketch.
- **VARIANT_HOVERCAR**: In this variant the motors are controlled by two pedals brake and throttle. Reverse is engaged by double tapping on the brake pedal at standstill.