#
gpio
Here are 1,222 public repositories matching this topic...
dgryski
commented
Dec 20, 2021
~/go/src/go.googlesource.com/go/src/compress/flate $ tinygo test -c compress/flate && ./flate.test
~/go/src/go.googlesource.com/go/src/compress/flate $ go test -c && ./flate.test
PASS
good first issue
Good for newcomers
Golang framework for robotics, drones, and the Internet of Things (IoT)
go
mqtt
raspberry-pi
iot
arduino
beaglebone-black
gpio
robot
uav
drone
robotics
hardware
i2c
bluetooth
internet-of-things
sphero
intel-joule
beaglebone
bluetooth-le
intel-edison
-
Updated
May 29, 2022 - Go
bennuttall
commented
Jan 29, 2019
Let's add an option to rotate pinout by 180 degrees.
Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
-
Updated
May 25, 2022 - C
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
swift
raspberry-pi
iot
neopixel
spi-interface
gpio
i2c
spi
led
uart
lcd-display
serialport
pwm
led-strips
1-wire
-
Updated
Dec 19, 2021 - Swift
GPIO access and interrupt detection with Node.js
-
Updated
Sep 26, 2021 - JavaScript
Fast GPIO, PWM, servo control, state change notification and interrupt handling with Node.js on the Raspberry Pi
-
Updated
Sep 26, 2021 - JavaScript
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
-
Updated
Apr 8, 2022 - Rust
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
python
linux
gpio
hardware
raspberrypi
sensor
temperature
ds18b20
beaglebone
w1-therm-sensor
ds18s20
-
Updated
Dec 7, 2021 - Python
OctoPrint Enclosure Plugin
plugin
raspberry-pi
printer
gpio
sensor
temperature-sensor
octoprint
enclosure
filament-sensor
temperature-alarm
enclosure-plugin
-
Updated
Mar 12, 2022 - Python
A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)
-
Updated
May 16, 2022 - Rust
HomeGenie, the open source, programmable, home automation server for smart connected devices and applications
home-automation
embedded
gpio
server
raspberrypi
philips-hue
smart-home
zwave
knx
z-wave
homegenie
x10
-
Updated
May 24, 2022 - JavaScript
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
python
mqtt
raspberry-pi
rpi
beaglebone-black
gpio
dht11
dht22
home-assistant
beaglebone
gpio-pins
raspberry-pi-gpio
am2302
bananapi
pcf8574
piface-digital
lm75
-
Updated
May 21, 2022 - Python
A native Go library for accessing GPIO lines on Linux platforms using the GPIO character device
-
Updated
Feb 13, 2022 - Go
microcontroller
interpreter
gpio
csharp
firmware
dotnet
i2c
esp32
stm32
clr
spi
adc
mcu
pal
pwm
hacktoberfest
serial-communication
nanoframework
nanoframework-interpreter
-
Updated
May 27, 2022 - C
The quick and easy way to add versatile graphical interfaces with networking capabilities to your Python programs. Give instant access to your application to whoever you want on the Internet, without having to deploy it. Works even on your Android smartphone or tablet.
-
Updated
May 6, 2022 - Python
Ruby conversion of RPi.GPIO Python module
-
Updated
Nov 28, 2021 - C
Java Device I/O library that is portable across Single Board Computers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
java
raspberry-pi
arduino
beaglebone-black
gpio
serial
i2c
spi
hacktoberfest
analog-devices
odroid-c2
spi-device
firmata
serial-port
serial-communication
asus-tinker-board
libgpiod
gpiod
spi-devices
-
Updated
May 25, 2022 - Java
BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
language
programming-language
rust
basic
raspberry-pi
parser
interpreter
gpio
sdl2
repl
scripting-language
learn-to-code
graphics-programming
-
Updated
May 29, 2022 - Rust
Library C++ for raspberrypi and orangepi, GPIO interfaces compatible with openframeworks.
raspberry-pi
c-plus-plus
gtk
library
ui
gpio
tcp
i2c
openframeworks
network
internet-of-things
io
spi
jetson-tx1
orange-pi
openframeworks-addon
banana-pi
jetson-tx2
jetson-nano
-
Updated
Feb 4, 2021 - C++
A set of scripts that can be used to provide a "safe power off switch" for a Raspberry Pi.
raspberry-pi
leds
gpio
connector
plug
switch
shutdown
audio-clips
ground
melting
led-board
reset-buttons
on-off
gpio-number
angle-headers
-
Updated
Feb 1, 2022 - Python
Open
Implement SPIDevice
rahul-thakoor
commented
Jul 16, 2020
A C++ library that enables the use of Jetson's GPIOs
gpio
jetson-tx1
gpio-library
jetson
jetson-tx2
jetson-xavier
jetson-agx-xavier
jetson-nano
jetson-xavier-nx
-
Updated
May 25, 2022 - C++
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
android
windows
linux
open-source
raspberry-pi
iot
c-plus-plus
qt
sql
gpio
cross-platform
cpp
qml
internet-of-things
free
cryptocurrencies
iiot
scada
bitcoincash
human-machine-interface
-
Updated
May 27, 2022 - C++
Go library to do GPIO on systems with /sys/class/gpio (sysfs)
-
Updated
Jun 15, 2021 - Go
Improve this page
Add a description, image, and links to the gpio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpio topic, visit your repo's landing page and select "manage topics."
The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media