diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-03-23 00:55:40 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-03-23 01:25:00 -0400 |
commit | 3639ad2cf027da7425ebe76382842c006acec05a (patch) | |
tree | 65682fc68e0625c4ff41f7cdc169482ec6d77672 /libmaple/util.h | |
parent | 48be688f451e81d2a81c76a85dadf18093e672ab (diff) | |
download | librambutan-3639ad2cf027da7425ebe76382842c006acec05a.tar.gz librambutan-3639ad2cf027da7425ebe76382842c006acec05a.zip |
Unified analog, digital, and timer pin mappings to implement the mapping
we discussed. There's no such thing as A0-A15 anymore. You should now
be able to do something like:
unsigned int val;
pinMode(15, INPUT_ANALOG);
val = analogRead(15);
Diffstat (limited to 'libmaple/util.h')
0 files changed, 0 insertions, 0 deletions