Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Thank you for adding these comments.
Wouldn't it be better to assign values the the symbols
SS,MOSI,MISO,SCK,SDA,SCL, A0,A1,A2 with the compiler directive define instead
of static const uint8_t ?
For example
#define SS 10
This not only does not use any memory(not even flash),
but also allows the compiler to better optimize code generation.
Original comment by jaguar3s...@gmail.com
on 30 Sep 2012 at 9:10
Original issue reported on code.google.com by
wes...@gmail.com
on 30 Sep 2012 at 8:09Attachments: