| Switch box | Switch number | Connection | Key press supported | Accept options |
|---|
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
| """ | |
| Whatever state the iPad is in this code will wake the device up | |
| Attach a button to Feather nRF52840. Set the pin on line 21. | |
| WARNING 1: DO NOT HAVE A PASSCODE FOR IPAD! | |
| WARNING 2: NOT FULLY TESTED. Dare say there are some use cases where this will go wrong. Like if iPad doesnt wake up quick enough | |
| WARNING 3: Feel free to adapt line 59 to the app of your choosing BUT if the app isnt on the device it wont work. | |
| """ | |
| import time | |
| import board | |
| from digitalio import DigitalInOut, Direction, Pull |
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
| فوری الفاظ | |
| مدد | |
| رکو | |
| دم گھٹ رہا ہے۔ سکشن کی ضرورت ہے۔ | |
| مزید | |
| کم | |
| چیٹ | |
| آپ کیسے ہو؟ | |
| تم کیا کرتے رہے ہو؟ | |
| شکریہ |
| Letter | Phonetic | Morse | Mnemoic | Image idea |
|---|---|---|---|---|
| A | Alpha | •– | a-PART | |
| B | Bravo | –••• | BE a good boy | |
| C | Charlie | –•–• | CHAR-lies ANG-els | |
| D | Delta | –•• | DOG did it | |
| E | Echo | • | [eek!](https://raw. |
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
| #include <Wire.h> | |
| #include <Adafruit_GFX.h> | |
| #include <Adafruit_SSD1306.h> | |
| #define OLED_DC 11 | |
| #define OLED_CS 12 | |
| #define OLED_CLK 10 | |
| #define OLED_MOSI 9 | |
| #define OLED_RESET 13 | |
| Adafruit_SSD1306 display(OLED_MOSI, OLED_CLK, OLED_DC, OLED_RESET, OLED_CS); |
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
| #Switch ground to CPB GND | |
| #Switch button to CPB A1 | |
| from adafruit_hid.consumer_control import ConsumerControl | |
| from adafruit_hid.consumer_control import ConsumerControl | |
| from adafruit_hid.consumer_control_code import ConsumerControlCode | |
| import adafruit_ble | |
| from adafruit_ble.advertising.standard import ProvideServicesAdvertisement |
Quick Words Help Stop More Less Chat How are you? What have you been doing? Thank You Let me sleep now
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
| @echo off | |
| :: BatchGotAdmin | |
| :------------------------------------- | |
| >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" | |
| if '%errorlevel%' NEQ '0' ( | |
| echo Requesting administrative privileges... | |
| goto UACPrompt | |
| ) else ( goto gotAdmin ) |
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
| Conversations | |
| Ask something? | |
| Extras | |
| I don't know | |
| A word like | |
| Something else | |
| I don't care | |
| About Me | |
| My name is | |
| I live |
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
| <div> | |
| <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 0px; line-height: 1.5;"> | |
| <tbody> | |
| <tr> | |
| <td style="vertical-align: top;"> </td> | |
| <td style="vertical-align: top;"> | |
| <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="font-size: 0px;"> | |
| <tbody> | |
| <tr> | |
| <td><span style="font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: rgb(88, 139, 186); font-weight: 700;">(!FirstName!) (!LastName!)</span></td> |