bcm2837 0.1.0

A library to interact with the BCM2837 chip
Documentation
default: 
	cargo watch --clear --exec build


test:
	cargo watch --clear --exec test

build: 
	cargo build --release

publish:
	cargo build
	cargo publish