Created
May 30, 2018 13:41
-
-
Save thenoseman/8710eff02a113a308a66aff56c1d06bb to your computer and use it in GitHub Desktop.
Pinout of the CMJCU TinyLily Clone of the lilypad
This file contains 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
/* | |
_____ _____ __ _____ _____ | |
| | |__| | | | | | |
| --| | | | | | --| | | | |
|_____|_|_|_|_____|_____|_____| | |
_____ _ __ _ _ | |
|_ _|_|___ _ _| | |_| |_ _ | |
| | | | | | | |__| | | | | | |
|_| |_|_|_|_ |_____|_|_|_ | | |
|___| |___| | |
╔══════════════╗ | |
╔════╝ ╚════╗ | |
╔═══╝ (P0) ╚═══╗ | |
╔═╝ ~0~ ~1~(P1) ╚═╗ | |
╔═╝ BuildinLED ╚═╗ | |
╔═╝ ╚═╗ | |
╔═╝ ╚═╗ | |
╔╝ [1](P2) ╚╗ | |
╔╝ CMJCU TinyLily ╚╗ | |
╔╝ Digispark-tiny like ╚╗ | |
╔╝ See https://bit.ly/1PcgXx8 ╚╗ | |
║ +---+ (5V) ║ | |
╔╝--\ | C | () () () ╚╗ | |
║ U | | J | GND P0 5V ║ | |
║ S | | M | (VIN) ║ | |
║ B | | C | () () () ║ | |
╚╗--/ | U | P1 P2 RST ╔╝ | |
║ +–––+ ║ | |
╚╗ (GND) ╔╝ | |
╚╗ Use PIN numbers: ╔╝ | |
╚╗ ~X~: analogWrite (PWM) ╔╝ | |
╚╗ [X]: analogRead NoAnaOut! ╔╝ | |
╚═╗ (X): digitalRead/Write [0](P5) ╔═╝ | |
╚═╗ ╔═╝ | |
╚═╗ USB-/~4~ ╔═╝ | |
╚═╗ USB+ [2](P4) ╔═╝ | |
╚═══╗ [3](P3) ╔═══╝ | |
╚════╗ ╔════╝ | |
╚══════════════╝ | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment