Making mini games for TinyJoypad.
- OBN-T00 Test tool
- OBN-T01 Hollow Seeker
- OBN-T02 Number Place
Install ATTinyCore boards to the Arduino IDE and configure the settings as follows.
Attribute | Value |
---|---|
Board | ATtiny25/45/85 (No bootloader) |
Chip | ATtiny85 |
Clock | 16 MHz (PLL) |
B.O.D. Level | B.O.D. Disabled (saves power) |
Save EEPROM | EEPROM retained |
Timer 1 Clock | CPU (CPU frequency) |
LTO | Enabled |
millis()/micros() | Enabled |
- SimpleWire.h
- Copyright (c) 2020 Sasapea's Lab. All right reserved.
These codes are licensed under MIT License.