Rob Tillaart

Results 30 comments of Rob Tillaart

@Brianthechemist Came across this open issue. DOn't know if it is still valid. FYI - I recently published print64 in https://github.com/RobTillaart/printHelpers

Just to mention I implemented a related workaround in this library - https://github.com/RobTillaart/AGS02MA This sensor has an I2C bus working at **30KHz**. Setting the bus to this value would slow...

Did you try a smaller pull up e.g 1K? That would give a higher current ..

[LOG_DS28CM00_LIB.zip](https://github.com/Arduino-CI/arduino_ci/files/5723578/LOG_DS28CM00_LIB.zip) This log is from the DS28CM00 library [this is an ID chip] - https://github.com/RobTillaart/DS28CM00/tree/arduino-ci - The unit test compiles and runs as expected. - Three examples 1. Compiles as...

> Hmm. I'll probably deprioritize this then, sorry Rob. OK, but as the OneWire library is used for several devices / libraries, all these will be affected. So please do...

> It's difficult to say whether some of these things are undocumented because nobody ever got around to documenting them Arduino was intended to learn people to do fun stuff,...

Oops might have removed that specific run as I had many test runs. But yes , the UNO does support uint64_t in math but cannot print them (without my printHelpers...

low priority indeed, as workaround is simple. Thoughts - maybe get usage out of core Arduino code? - check how often it is used?

_Idea also send in email to Ian_ think the micros might be implemented simple and quite realistic. At start of a unit test a global var **STARTTIME** is set to...

In my ACS712 lib I have exact such a case. *ACS712.ma_AC() *measures the AC current by measure the voltage as often as possible to determine the peak to peak voltage....