Csaba Balázs
Csaba Balázs
It is "only" a storage. Stored data is your privileges. Not better, not worst.
I measured now (today) Attiny85, getCurrent_mA() only. 6 measure (and 6 serial.print) is 280ms, SAMPLE_MODE_16 equal with BIT_MODE_12, so the TinyWire is slow, maybe.
Hi @wollewald ! Thank you for fast response. I use this code to measure 6 INA219 (at final with different I2C address) current, now emulate with same I2C address. ```...
Problem solved. The RX input of SoftwareSerial add 250ms delay to my code. If I used stopListening, 6x measure is about 20ms. I have refactored code: output is a cstring,...
I think it is hard to retrieve domain information from tld companies/organization. For example there is no public api for hungarian domains. If you want to detect dns (host->ip) resolve...
The first is easy to implement in the project, when used with template literal: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates For 2nd, I will commit a PR. Thx!
https://github.com/PRQL/prql/pull/1432
Singleton cannot solve problem. Interprocess communication can solve with outer solution like memcached.
CDNjs is a good idea...
Thank you! I did not planned, yet. But it is a simple code generator, so I try to solve it about your link. I will create a small idf app...