Discussion Title | Created date |
---|---|
Memory allocation - arrays in C This new-fangled C stuff has me completely befuddled. Consider the following illustrative code: int main(void) { uint8_t red[6]; uint8_t green[6]; uint8_t blue[6... |
Friday, 5 June 2015 - 21:02 |
Does this display driver exist? I'm trying to find a display driver that can drive a VGA and/or HDMI output at 1280x720 with 8-bit color. I've found a lot of LCD drivers, but I'm coming up empty on VGA/HDMI... |
Sunday, 31 May 2015 - 17:44 |
Real-world AVR examples? It seems like most of the people on this forum are students using AVRs in school, hobbyists (like me) who like to tinker with stuff, or R&D types who use AVRs to control one-... |
Saturday, 16 October 2010 - 03:18 |
WinAVR or AVR Toolchain (8-bit)? With AVR Studio 4.18 SP3 installed, I get a warning on startup if I don't have both WinAVR and the new AVR 8-bit Toolchain installed. ("gcc plug-in: No WinAVR installation found.... |
Thursday, 30 September 2010 - 21:23 |
Question about LC circuit equivalency I should know this, but are these two LC circuits equivalent in terms of frequency response and other characteristics? (Pretend that MMMMM is the symbol for an inductor.) Circuit... |
Thursday, 23 September 2010 - 22:59 |