duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| /* | |
| * On/Off Shield (example) | |
| * | |
| * Author: urman | |
| * Date: 2013-03-14 | |
| * Revision: 2014-07-10 | |
| * Capabilities: | |
| * Switch | |
| * Custom Attributes: | |
| * greeting |
| //***************************************************************************** | |
| /// @file | |
| /// @brief | |
| /// Arduino SmartThings Shield LED Example | |
| //***************************************************************************** | |
| #include <SoftwareSerial.h> //TODO need to set due to some weird wire language linker, should we absorb this whole library into smartthings | |
| #include <SmartThings.h> | |
| #define PIN_THING_RX 3 |