diff options
author | Kristian Lauszus <lauszus@gmail.com> | 2014-06-28 22:37:26 +0200 |
---|---|---|
committer | Kristian Lauszus <lauszus@gmail.com> | 2014-06-28 22:37:26 +0200 |
commit | 0c3ae05f5995b4dfa179638ed7d2fb1d94baf3ba (patch) | |
tree | 4a05d11371e1c24a3a0186c4d28d0b4639cc80ad | |
parent | 1decf99e10738d45960c8bf4b24f6f55974544eb (diff) |
Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analog pins can be used
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -564,7 +564,7 @@ pro.bootloader.lock_bits=0x0F pro.build.board=AVR_PRO pro.build.core=arduino -pro.build.variant=standard +pro.build.variant=eightanaloginputs ## Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328 ## ------------------------------------------------- |