From 55d4a2fdb5f11b298d8c46586834c61482c15a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 19 Feb 2020 21:10:56 +0100 Subject: [PATCH] README: minor, removed unused feature --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b2c83fd..f37860c 100644 --- a/README.md +++ b/README.md @@ -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.