]> git.tnoah.ca Git - lora-radio.git/commitdiff
Added Python library
authorMark Qvist <mark@adepta.io>
Fri, 22 Jun 2018 08:23:09 +0000 (10:23 +0200)
committerMark Qvist <mark@adepta.io>
Fri, 22 Jun 2018 08:23:09 +0000 (10:23 +0200)
README.md

index 72bd2b8b9719bc86d9246bd973bc687f549bae30..067bde0537fbda429c605f24e2198045d4d39706 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,8 +56,10 @@ All communications to and from the board uses [KISS framing](https://en.wikipedi
 | ROM Erase        | 0x59 | Completely erases EEPROM
 | Error            | 0x90 | Indicates an error
 
-## Programming API
-Have a look in the "Libraries" folder for libraries to let you easily use RNode in your own software. Here's a Python example:
+## Programming Libraries
+Have a look in the "Libraries" folder for includes to let you easily use RNode in your own software.
+
+Here's a Python example:
 
 ```python
 import RNodeInterface