raspberrypi-utils-sys 0.0.4

Low-level unsafe bindings to raspberrypi-utils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
// Suppress warnings from code generated by bindgen
#![allow(unnecessary_transmutes)]

// Include the generated bindings
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

mod ws2812;

pub use ws2812::*;