Changes

Jump to navigation Jump to search

Events/2020/AVR

57 bytes added, 14:00, 24 January 2021
Code Samples
// Debounce the button. See comments in 'AccelCalib.ino'.
static volatile uint16_t btnHistory = 0xFFFF;
btnHistory = (btnHistory << 1) | bitRead(PIND, PIND2);
</pre>
50
edits

Navigation menu