picontrol 0.2.0

A library to access the RevolutionPi industrial PLC. A console application similar to the piTest command line tool is provided as an example.
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/bash

# cargo build --release --target=armv7-unknown-linux-gnueabihf
# cargo build --release --target=arm-unknown-linux-gnueabi
# cargo build --release --target=arm-unknown-linux-gnueabi

cross build --release --target=armv7-unknown-linux-gnueabihf

# RUSTFLAGS=-g cross build --release --target=armv7-unknown-linux-gnueabihf