Discussion Title | Created date |
---|---|
Nichicon Alternative Nichicon is getting out of the axial electrolytic capacitor business. Digikey sent me an email stating that all of the parts I've previously purchased are now End-of-Life... |
Wednesday, 10 July 2019 - 18:25 |
What is "Fully Static Operation" The datasheets tout "Fully static operation" as an important feature of AVR's, but I have no idea what it means. Anyone? --Mike |
Friday, 12 October 2018 - 19:32 |
Split from: A Few Truly Bad Puns I'm having trouble with this code: int counter = 0; int good = 0x2A; ISR(TIMER0_OVF_vect) { ++counter; } int bit_slice (int x) { return (x & 0x3C); // these don... |
Monday, 23 July 2018 - 14:45 |