sh1106 0.1.2

I2C driver for the SH1106 OLED display controller
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

cargo build --target $TARGET --all-features --release

if [ -z $DISABLE_EXAMPLES ]; then
	cargo build --target $TARGET --all-features --examples
fi