Skip to content

My works for TinyJoypad

License

Notifications You must be signed in to change notification settings

obono/TinyJoypadWorks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyJoypadWorks CircleCI Build Status MIT Licensed

Making mini games for TinyJoypad.

Products

  • OBN-T00 Test tool
    • Version 0.5 (updated on November 17, 2020)
    • For operation confirmation.
      screenshot screenshot screenshot
  • OBN-T01 Hollow Seeker
    • Version 0.1 (released on Novemver 20, 2020)
    • Go forward in right direction. Seek a hollow as refuge not to be crushed.
      screenshot screenshot screenshot
  • OBN-T02 Number Place
    • Version 0.3 (released on January 10, 2021)
    • A logic-based, combinatorial number-placement puzzle.
      screenshot screenshot screenshot

Build enviroment

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

Acknowledgement

  • SimpleWire.h
    • Copyright (c) 2020 Sasapea's Lab. All right reserved.

License

These codes are licensed under MIT License.