gpio
Here are 929 public repositories matching this topic...
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
-
Updated
Oct 29, 2020 - Go
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Nov 11, 2020 - C++
-
Updated
Oct 28, 2020 - C
Since Pi 4, Pis now have multiple GB of RAM so using Mb is obtuse.
When you run pinout on an GB Pi 4, it shows 1024Mb, 2048Mb, 4096Mb, 8192Mb. Would be better to show 1GB/2GB/4GB/8GB.
It shouldn't change in pi_info() but should change in pinout output.
-
Updated
Oct 1, 2020 - Swift
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 13, 2020 - Python
-
Updated
Nov 6, 2020 - Rust
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Aug 3, 2020 - Rust
-
Updated
Oct 24, 2020 - Python
-
Updated
Nov 11, 2020 - Python
-
Updated
Aug 9, 2020 - C
-
Updated
Nov 11, 2020 - Java
-
Updated
May 29, 2019 - C++
-
Updated
Nov 10, 2020 - C
-
Updated
Nov 1, 2020 - Python
-
Updated
Mar 27, 2020 - Go
Implement SPIDevice
-
Updated
Sep 26, 2020 - C#
-
Updated
Oct 28, 2020
-
Updated
Nov 4, 2020 - Go
-
Updated
Jan 19, 2020 - C
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