From 1a8a3f5531b85fbbc6877fb9b8724165bfa68122 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Tue, 28 Nov 2017 19:39:28 -0500 Subject: [PATCH] Add lines for section clarity --- Firmware/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/README.md b/Firmware/README.md index 82162081..1e1acc2b 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -172,7 +172,7 @@ pip install pyusb pyserial ### Other platforms See the [protocol specification](protocol.md) or the [legacy protocol specification](legacy-protocol.md). - +--- ## Generating startup code **Note:** You do not need to run this step to program the board. This is only required if you wish to update the auto generated code. @@ -188,6 +188,7 @@ You will likely want the pinout for this process. It is available [here](https:/ * Press `Project -> Generate code` * You may need to let it download some drivers and such. +--- ## Notes for Contributors In general the project uses the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html), except that the default indendtation is 4 spaces, and that the 80 character limit is not very strictly enforced, merely encouraged.