etp 0.0.1-alpha

Embedded Tester Library (ETP). Control embedded devices from host!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Embedded Tester Protocol (ETP) library

- ETP allows you to test/automate low-level functionality on your embedded device from your host PC.
- Note that ETP requires a target firmware client that will accept ETP requests.
- You can download prebuilt target ETP firmware for the following boards:
- Arduino Uno
- ESP32

## Arduino UNO

- Download firmware from [here.]https://www.rust-lang.org TODO: FIXME
- Program `arduino_uno.hex`

`avrdude -v -p atmega328p -c arduino -P /dev/ttyUSB0 -b 115200 -D -U flash:w:arduino_uno.hex:i`

## ESP32

Coming soon