i2c
Here are 1,173 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
Oct 28, 2020 - C
-
Updated
Oct 1, 2020 - Swift
-
Updated
Nov 6, 2020 - Rust
-
Updated
Nov 5, 2020 - C
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 11, 2020 - JavaScript
-
Updated
Jul 8, 2020 - Python
-
Updated
Jan 20, 2020
-
Updated
Oct 4, 2020 - C
-
Updated
Nov 11, 2020 - Java
-
Updated
Aug 29, 2016 - Python
-
Updated
May 29, 2019 - C++
-
Updated
Oct 14, 2018 - C#
-
Updated
Nov 10, 2020 - C
-
Updated
Jun 29, 2020 - C++
-
Updated
Sep 26, 2020 - C#
-
Updated
Oct 20, 2020 - C++
Improve this page
Add a description, image, and links to the i2c topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i2c 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