Rob Tillaart

Results 95 comments of Rob Tillaart

@valerionew @pk Although an old issue, you might have a look at - https://github.com/RobTillaart/printHelpers It supports several formats including exponential.

This is how it looks like when name field is added ![image](https://user-images.githubusercontent.com/462844/119880280-5f1af300-bf2c-11eb-867f-9424175660e7.png)

@clavisound The name is another issue - https://github.com/arduino/arduino-lint-action/issues/11 which is indeed easy to fix. The node.js needs a merge of PR #350 or some a subset of that, I never...

@per1234 +1 for this issue. Important to connect to low speed devices e.g. AGS02MA Such a solution would allow support for I2C bus speed from ~30 KHz down to 500...

No hardware nearby to verify I would try **INA.setMaxCurrentShunt(1.0, 0.100)**. Note however the 180 mA is quite small compared to the working range of the INA226. (~1%). So fluctuations in...

As there is no active discussion I close the issue. Please note that today the 0.6.0 version is released that has a fix on **setMaxCurrentShunt()**

> We just discovered how @RobTillaart is testing his HX711 library on CI/GHA. He is using [ArduinoCI](https://github.com/Arduino-CI/arduino_ci), and it looks like it works pretty well **enabling running unit tests without...

If you want I can make a PR of my cloned repo.

@amotl Created a PR. - https://github.com/hiveeyes/hanimandl/pull/62 Please enable build.

Hi, Made a copy of my build-CI files so your library is build. Added badges to the readme to see the status of the build. Some minor edits to the...