-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# IMissTheRage | ||
--- | ||
![](https://tenor.com/bNGNx.gif) | ||
|
||
Are you raging? Do you wish writing code was easier? | ||
|
||
Cry No More! | ||
|
||
With <b>IMissTheRage</b> everytime you slam you desk out of frustration, <b>IMissTheRage</b> simply 'undos' your most recent changes!!! | ||
|
||
--- | ||
|
||
|
||
Runs on Arduino Nano RP2040 Connect | ||
|
||
Compatible with Macos (can be made compatible by changing char code of meta key (0x08) to Ctrl (find it yourself in USBKeyboard.h) | ||
|
||
Some Notes | ||
- Aruino RP2040 is an arduino board based on rasberry pi's RP2040 Microcontroller (which was a huge pain to work with because everything is written for ATMEL) | ||
- Aruino RP2040 has an IMU unit (Acceleromter) | ||
- Aruino RP2040 has native usb 🤲 | ||
|
||
- Rage threshold is adjusted with 'threshold' variable | ||
- Requires the Arduino_LSM6DSOX library (installable via arduino IDE) | ||
- Arduino_LSM6DSOX readGyroscope and readAccelerometer seem to swapped, hence readGyroscope usage |