gpio
Here are 899 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
Aug 16, 2020 - Go
-
Updated
Feb 14, 2019 - JavaScript
-
Updated
Sep 5, 2020 - C++
-
Updated
Aug 20, 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
Sep 6, 2020 - Swift
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Aug 31, 2020 - Python
-
Updated
Apr 15, 2020 - Rust
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Aug 3, 2020 - Rust
-
Updated
Jun 20, 2020 - Python
-
Updated
Jul 26, 2020 - Python
-
Updated
Aug 9, 2020 - C
-
Updated
Jul 22, 2020 - Java
-
Updated
May 29, 2019 - C++
-
Updated
Sep 4, 2020 - C
-
Updated
Aug 20, 2020 - Python
-
Updated
Mar 27, 2020 - Go
Implement SPIDevice
-
Updated
Aug 10, 2020 - C#
-
Updated
Sep 5, 2020
-
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