#
spi
Here are 651 public repositories matching this topic...
niaow
commented
Jul 6, 2020
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep
, we need to make some per-board changes.
Previously, sleepTicks
(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup
10
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
-
Updated
Jul 14, 2020 - C
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
Aug 20, 2020 - C
Usb serial controller for Android
android
iot
serial
usb
hardware
spi
usb-serial-adapters
serialport
android-usb-host
usb-serial-controller
ftdi-devices
iot-device
ftdi-device
android-hardware
android-serial-port
-
Updated
Jun 13, 2020 - Java
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
Aug 5, 2020 - Swift
Wear-leveled SPI flash file system for embedded devices
-
Updated
Aug 24, 2020 - C
USB SPI programmer/debugger for CSR BlueCore bluetooth chips, based on FTDI USB to UART converter, for Linux and Windows
-
Updated
Mar 29, 2019 - C
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
-
Updated
Apr 15, 2020 - Rust
Programmable bench power supply EEZ H24005
-
Updated
Nov 27, 2019
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
raspberry-pi
arduino
esp8266
attiny
i2c
esp32
atmega328p
arduino-library
spi
arkanoid
attiny85
lcd-display
ssd1306
sh1106
ssd1331
nokia5110
ili9341
st7735
ssd1351
-
Updated
Aug 21, 2020 - C
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
docker
redis
validation
rest
prototype
mongodb
consul
maven
netty
websocket
rpc
spi
druid
jmx
mybatis
shiro
dubbo
disconf
archunit
fescar
-
Updated
Jul 9, 2020 - Java
A tool for passive data capture and reconnaissance of serial flash chips. It is used in conjunction with a Saleae logic analyzer to reconstruct flash memory contents and extract contextual information about device operations.
python
i2c
reverse-engineering
sniffer
spi
logic-analyzer
hardware-hacking
flash-memory
saleae
saleae-logic
-
Updated
Jul 8, 2020 - Python
Documents and Software Related to the famous CH341a used in I2C/SPI Flash Programmers also called as Bios Programmers
linux
i2c
spi
programmer
chip
drivers
ch341
ch341a
spi-flash-chips
spi-flash-programmers
bios-programmers
-
Updated
Jan 20, 2020
Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
-
Updated
May 28, 2020 - Python
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
May 29, 2019 - C++
microcontroller
interpreter
gpio
csharp
firmware
dotnet
i2c
esp32
stm32
clr
spi
adc
nano-framework
mcu
pal
pwm
serial-communication
nanoframework-interpreter
-
Updated
Aug 25, 2020 - C
Arduino hardware SPI library for ATtiny44/84, 45/85, 461/861, 2313/4313.
-
Updated
May 18, 2018 - C++
Improve this page
Add a description, image, and links to the spi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spi 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