gpio
Here are 1,006 public repositories matching this topic...
It seems that tinygo doesn't not support MIPS based embedded devices out of the box, although LLVM does support the following:
mips - MIPS (32-bit big endian)
mips64 - MIPS (64-bit big endian)
mips64el - MIPS (64-bit little endian)
mipsel - MIPS (32-bit little endian)
My intent is to execute the tinygo compiled binary within a mipsel linux box, no
-
Updated
Feb 5, 2021 - Go
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Feb 16, 2021 - 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
Feb 1, 2021 - C
-
Updated
Jan 7, 2021 - Swift
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Jan 6, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 14, 2021 - Rust
-
Updated
Feb 15, 2021 - Rust
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Feb 11, 2021 - Python
-
Updated
Feb 18, 2021 - Python
-
Updated
Aug 9, 2020 - C
-
Updated
Feb 17, 2021 - C
-
Updated
Feb 17, 2021 - Java
-
Updated
Feb 4, 2021 - C++
-
Updated
Nov 1, 2020 - Python
-
Updated
Feb 4, 2021 - Go
-
Updated
Mar 27, 2020 - Go
Implement SPIDevice
-
Updated
Dec 1, 2020 - C#
-
Updated
Jan 19, 2020 - C
-
Updated
Feb 7, 2021
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