From 9866885675a34f3a8858a29b06178d60192c04ca Mon Sep 17 00:00:00 2001 From: NicoHood Date: Fri, 6 Jun 2014 21:59:08 +0200 Subject: [PATCH] readme --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 3dbd01d..2aa8531 100644 --- a/Readme.md +++ b/Readme.md @@ -75,13 +75,13 @@ Bootloader is currently on your Board. For Arduino Mega2560 I recommend the nightly IDE. [See Issue on Github.](https://github.com/arduino/Arduino/issues/1071) #### For all Arduinos -You are ready to use the libraries. Just have a look at the examples and test it out. +You are ready to use the libraries. **Just have a look at the examples and test it out.** The libraries will work for all Arduinos listed above but it will use 2 different HID libraries. -On Arduino/Mega you can only use baud 115200 for HID due to programming reasons. Its not bad anyway +**On Arduino/Mega you can only use baud 115200 for HID** due to programming reasons. Its not bad anyway because its the fastest baud and you want fast HID recognition. You still can use any other baud for normal sketches without HID. The HID include and HID.begin() is not needed for Leonardo/Micro. -Always release buttons to not cause any erros. Replug USB cable to reset the values if anything went wrong. +**Always release buttons to not cause any erros.** Replug USB cable to reset the values if anything went wrong. Connect GND and MOSI2 to deactivate HID function on Uno/Mega (see picture) How does it work