Discussion Title | Created date |
---|---|
PROGMEM - type or variable attribute? Avr-libc contains many typedefs which use PROGMEM as a type attribute and are documented as representing the type of an object in program memory, and many function declarations... |
Monday, 12 October 2009 - 19:05 |
Making _delay_ms work well with variables The poor performance of _delay_ms when called with a non-constant is an FAQ. So I propose a macro which will call _delay_ms if passed a constant or floating point argument, if... |
Saturday, 10 October 2009 - 23:17 |
A better alternative for pgm_read_word etc... The macros pgm_read_word etc have a few shortcomings: They are different macros for each size. They are not type-safe - casts are needed when storing pointers in flash. They don'... |
Thursday, 1 October 2009 - 10:08 |