WestfW / ArduinoCore-tinyARM

Starting with teh standard ArduinoCore-samd, modify/re-write for the very small ARM chips (SAMD09, etc.)
1 stars 0 forks source link

Split the pin description structure into smaller individual pieces... #2

Open WestfW opened 6 years ago

WestfW commented 6 years ago

pin bitmasks can be bit numbers instead. no need for things like pin2timer if analogWrite() is not used. make sure the code uses macros for all the table lookups.