README: minor, removed unused feature

This commit is contained in:
King Kévin 2020-02-19 21:10:56 +01:00
parent 1ae88823ce
commit 55d4a2fdb5
1 changed files with 1 additions and 5 deletions

View File

@ -47,7 +47,7 @@ connections
Connect the peripherals the following way (STM32F10X signal; STM32F10X pin; peripheral pin; peripheral signal; comment):
- *list board to preipheral pin connections*
- *list board to peripheral pin connections*
All pins are configured using `define`s in the corresponding source code.
@ -100,7 +100,3 @@ USB
---
The firmware offers serial communication over USART1 and USB (using the CDC ACM device class).
You can also reset the board by setting the serial width to 5 bits over USB.
To reset the board run `rake reset`.
This only works if provided USB CDC ACM is running correctly and the micro-controller isn't stuck.