a scrappy gimbal that insults you in shakespearean english

docs: update pins

+10 -7
+10 -7
README.md
··· 15 15 16 16 ## pins 17 17 18 - 1. `D6 (PIN_SERVO)` - Servo motor control 19 - 2. `D10 (motor1StepPin)` - Step signal for Motor 1 20 - 3. `D9 (motor1DirPin)` - Direction control for Motor 1 21 - 4. `D8 (motor2StepPin)` - Step signal for Motor 2 22 - 5. `D7 (motor2DirPin)` - Direction control for Motor 2 23 - 6. `D1 (enablePin)` - Enable/disable control for both motors 24 - 7. `PIN_LED` - LED indicator (pin number not specified in the code snippet) 18 + | Pico Pin | Blot Pin | Description | 19 + |----------|----------|-------------| 20 + | `GP11` | `D10` | Step signal for Motor 1 | 21 + | `GP10` | `D9` | Direction control for Motor 1 | 22 + | `GP9` | `D2` | Enable/disable control for both motors | 23 + | `GP8` | `D8` | Step signal for Motor 2 | 24 + | `GP7` | `D7` | Direction control for Motor 2 | 25 + | `GP9` | `D1` | Enable/disable control for both motors | 26 + | `GND` | `GND` | Ground | 27 + | `3V3` | `3V3` | Power | 25 28 26 29 ![blot schematic](https://raw.githubusercontent.com/taciturnaxolotl/myrus/master/.github/images/blot-schematic.svg) 27 30