|
28 | 28 |
|
29 | 29 | StandardFirmataEthernetPlus adds additional features that may exceed the Flash and
|
30 | 30 | RAM sizes of Arduino boards such as ATMega328p (Uno) and ATMega32u4
|
31 |
| - (Leonardo, Micro, Yun, etc). It is best to use StandardFirmataPlus with higher |
32 |
| - memory boards such as the Arduino Mega, Arduino Due, Teensy 3.0/3.1/3.2, etc. |
| 31 | + (Leonardo, Micro, Yun, etc). It is best to use StandardFirmataPlus with a board that |
| 32 | + has > 32k Flash and > 3k RAM such as: Arduino Mega, Arduino Due, Teensy 3.0/3.1/3.2, etc. |
33 | 33 |
|
34 | 34 | This sketch consumes too much Flash and RAM to run reliably on an
|
35 |
| - Arduino Ethernet board, Arduino Leonardo, Yun, Uno or other ATMega328p or |
36 |
| - ATMega32u4-based boards. You will need a board with > 32k Flash and 3k RAM. |
37 |
| - Use StandardFirmataEthernet.ino instead for those boards and other boards that do not |
38 |
| - meet the Flash and RAM requirements. |
| 35 | + Arduino Leonardo, Yun, ATMega32u4-based board. Use StandardFirmataEthernet.ino instead |
| 36 | + for those boards and other boards that do not meet the Flash and RAM requirements. |
39 | 37 |
|
40 |
| - USE: To use StandardFirmataEthernetPlus you will need to have an Arduino Ethernet shield |
41 |
| - (or clone). |
| 38 | + To use StandardFirmataEthernet you will need to have one of the following |
| 39 | + boards or shields: |
| 40 | +
|
| 41 | + - Arduino Ethernet shield (or clone) |
| 42 | + - Arduino Ethernet board (or clone) |
42 | 43 |
|
43 | 44 | Follow the instructions in the NETWORK CONFIGURATION section below to
|
44 | 45 | configure your particular hardware.
|
|
48 | 49 |
|
49 | 50 | - Arduino Mega: (D4, D10, D50, D51, D52, D53)
|
50 | 51 | - Arduino Due: (D4, D10)
|
| 52 | + - Arduino Uno or other ATMega328p boards: (D4, D10, D11, D12, D13) |
| 53 | +
|
| 54 | + If you are using an ArduinoEthernet board, the following pins cannot be used (same as Uno): |
| 55 | + - D4, D10, D11, D12, D13 |
51 | 56 | */
|
52 | 57 |
|
53 | 58 | #include <Servo.h>
|
|
0 commit comments