mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Added Python library
This commit is contained in:
parent
92e88ab951
commit
255d978bd7
@ -56,8 +56,10 @@ All communications to and from the board uses [KISS framing](https://en.wikipedi
|
|||||||
| ROM Erase | 0x59 | Completely erases EEPROM
|
| ROM Erase | 0x59 | Completely erases EEPROM
|
||||||
| Error | 0x90 | Indicates an error
|
| Error | 0x90 | Indicates an error
|
||||||
|
|
||||||
## Programming API
|
## Programming Libraries
|
||||||
Have a look in the "Libraries" folder for libraries to let you easily use RNode in your own software. Here's a Python example:
|
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
|
```python
|
||||||
import RNodeInterface
|
import RNodeInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user