This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Christmas Coding Challenge" by Vivian Rose | |
| Chapter 1 - Setup | |
| The doorstep is a room. [[ Inform 10.1.2 requires a room. ]] | |
| When play begins: now the story viewpoint is first person singular; now the story tense is past tense. | |
| A day of Christmas is a kind of thing. The plural of day of Christmas is days of Christmas. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define TAU 6.2831853071 | |
| #include <SPI.h> | |
| #include <Adafruit_NeoPixel.h> | |
| #include "Adafruit_BLE.h" | |
| #include "Adafruit_BluefruitLE_SPI.h" | |
| #include "Adafruit_BluefruitLE_UART.h" | |
| #if SOFTWARE_SERIAL_AVAILABLE | |
| #include <SoftwareSerial.h> | |
| #endif |