The Wayback Machine - https://web.archive.org/web/20220606205022/https://github.com/topics/dac
Skip to content
#

dac

Here are 226 public repositories matching this topic...

averelon
averelon commented Aug 7, 2020

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

oxarbitrage
oxarbitrage commented May 21, 2019

User Story
As a graphene fork and bitshares blockchain developer I want the name of the blockchain to be added to config so that client programs i write can display the info to their users.

Global var can be added at https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/config.hpp#L26 and displayed initially just in the info wallet call at:
https

good first issue 1b User Story 2a Discussion Needed 3b Feature

Improve this page

Add a description, image, and links to the dac topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dac topic, visit your repo's landing page and select "manage topics."

Learn more