News

Arduino sketch for testing my Texas Instruments SN74HC595 shift register IC's (imported into VS Code from Arduino IDE using Platform IO extension) - Releases · ...
I use from the HC595 shift-register the first 5 bits as DAC and the three other for changing Uref from 2V to 800mV, changing from current to voltage-mode ( I-base / U-gate) and swifting between n-/ ...
Arduino uses gcc as toolchain, and gcc features optimization levels. They range from ‘0’ (zero), which optimizes compilation time, to ‘3’, which is the most aggressive level. There is also level ‘s’ ...
Arduino sketch for testing my Texas Instruments SN74HC595 shift register IC's (imported into VS Code from Arduino IDE using Platform IO extension) - Issues · ...