I personally agree with you
You guys could put a bootloader on the atmel so we can access the data using simple SERIN/SEROUT commands. Like this type of syntax:
To read digital pin:
R, pin#a,…pin#N example: R, P#1, P#3, P#5
To write digital pin:
W, pin#a,…pin#N example: W, P#1, P#3, P#5
To read analog pin:
AR, pin#a,…pin#N example: R, P#1, P#3, P#5
To write analog pin:
AW, pin#a,…pin#N example: R, P#1, P#3, P#5
Then there could be some extra commands like: version, PWM support, about (always gotta have an about)… And don’t know… some other stuff…
PWM:
PWM, pin#, frequency, duty
PWM Example:
PWM, P#3, 100, 50
Will PWM pin #3 at 50% duty at a freq of 100Hz
I think this will benefit many users and will make the Mini-ABB the most amazing development board ever!!
Hows this idea? A prototype board which can be plugged on the top of the Mini-ABB with a perf board and/or a solderless board