adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
199 stars 120 forks source link

Minor docs changes to make thermometer example more accurate #18

Closed amckittrick closed 8 years ago

amckittrick commented 8 years ago

As I was working through the code for a purchased Arduino microcontroller, I noticed these minor errors in the documentation for the thermometer example.

Scope: These changes are only applied to the thermometer example and should only affect that example.

Limitations: None that I know of, it is simply changing the docs for lines and also what is printed to console during the connection process.

As I mentioned, this are just minor changes that I thought could be helped to be changed. Should be a simple PR. I believe I caught them all in the scope of what I was working on.

microbuilder commented 8 years ago

Thanks