mirror of
https://github.com/kidoman/embd
synced 2024-10-31 23:38:44 +01:00
controller | ||
interface/keypad/matrix4x3 | ||
motion/servo | ||
samples | ||
sensor | ||
spi | ||
util | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
bbb.go | ||
descriptor.go | ||
detect_test.go | ||
detect.go | ||
digitalpin.go | ||
doc.go | ||
gpio.go | ||
gpiogeneric.go | ||
i2c.go | ||
i2cgeneric.go | ||
LICENSE | ||
README.md | ||
rpi.go |
embd
Golang Embedded Programming Framework
Documentation
Hosts supported
Protocols supported
- I2C Documentation
Sensors supported
-
TMP006 Thermopile sensor Documentation, Datasheet, Userguide
-
BMP085 Barometric pressure sensor Documentation, Datasheet
-
BMP180 Barometric pressure sensor Documentation, Datasheet
-
LSM303 Accelerometer and magnetometer Documentation, Datasheet
-
L3GD20 Gyroscope Documentation, Datasheet
-
US020 Ultrasonic proximity sensor Documentation, Product Page
-
BH1750FVI Luminosity sensor Documentation, Datasheet
Interfaces
- Keypad(4x3) Product Page
Controllers
-
PCA9685 16-channel, 12-bit PWM Controller with I2C protocol Documentation, Datasheet, Product Page
-
MCP4725 12-bit DAC Documentation, Datasheet, Product Page
-
ServoBlaster RPi PWM/PCM based PWM controller Documentation, Product Page