diff --git a/draft/overlay/4tronix-picon-zero.md b/draft/overlay/4tronix-picon-zero.md deleted file mode 100644 index 0b93ac2..0000000 --- a/draft/overlay/4tronix-picon-zero.md +++ /dev/null @@ -1,43 +0,0 @@ - -#Picon Zero - -The Picon Zero is an add-on PCB for the Raspberry Pi that is physically the same size as a Raspberry Pi Zero and so is ideal as a pseudo-Hat (pHat) for the Pi Zero. However, it can of course be used on any Raspberry Pi with a 40-pin GPIO connector. - -As well as 2 full H-Bridge motor drivers, the Picon Zero has a number of Input and Output pins that can be configured in a variety of ways, allowing you to easily add analog inputs or neopixel outputs to your Raspberry Pi without any complicated software and kernel specific drivers. It also provides an interface for an HC-SR04 ultrasonic distance sensor and opens up 5 GPIO pins from the Raspberry Pi for you to use as you see fit. diff --git a/draft/overlay/4tronix-pistep2d.md b/draft/overlay/4tronix-pistep2d.md deleted file mode 100644 index de2f363..0000000 --- a/draft/overlay/4tronix-pistep2d.md +++ /dev/null @@ -1,55 +0,0 @@ - -# PiStep2 Dual - -Drive 2 uni-polar stepper motors using a single control board with the PiStep2 Dual. - -* Uses a ULN2803 Darlington driver chip to drive the motors -* Ideal for use with 28BYJ48 stepper motors -* Supported in Scratch GPIO as well as in Python - diff --git a/draft/overlay/4tronix-pistep2q.md b/draft/overlay/4tronix-pistep2q.md deleted file mode 100644 index a9a50e4..0000000 --- a/draft/overlay/4tronix-pistep2q.md +++ /dev/null @@ -1,78 +0,0 @@ - -# PiStep2 Quad - -Drive 4 uni-polar stepper motors using a single control board with the PiStep2 Quad. - -* Uses ULN2803 Darlington driver chips to drive the motors -* Ideal for use with 28BYJ48 stepper motors -* Supported in Scratch GPIO as well as in Python diff --git a/src/en/overlay/4tronix-pistep2d.md b/src/en/overlay/4tronix-pistep2d.md index 5025df2..c8c706e 100644 --- a/src/en/overlay/4tronix-pistep2d.md +++ b/src/en/overlay/4tronix-pistep2d.md @@ -21,28 +21,28 @@ ground: '39': pin: '11': - name: A0 + name: MotorA_0 mode: output '12': - name: A1 + name: MotorA_1 mode: output '13': - name: A2 + name: MotorA_2 mode: output '15': - name: A3 + name: MotorA_3 mode: output '16': - name: B0 + name: MotorB_0 mode: output '18': - name: B1 + name: MotorB_1 mode: output '22': - name: B2 + name: MotorB_2 mode: output '7': - name: B3 + name: MotorB_3 mode: output --> # PiStep2 Dual @@ -52,4 +52,3 @@ Drive 2 uni-polar stepper motors using a single control board with the PiStep2 D * Uses a ULN2803 Darlington driver chip to drive the motors * Ideal for use with 28BYJ48 stepper motors * Supported in Scratch GPIO as well as in Python - diff --git a/src/en/overlay/4tronix-pistep2q.md b/src/en/overlay/4tronix-pistep2q.md index bd44e85..4dbc2c2 100644 --- a/src/en/overlay/4tronix-pistep2q.md +++ b/src/en/overlay/4tronix-pistep2q.md @@ -21,52 +21,52 @@ ground: '39': pin: '11': - name: A0 + name: MotorA_0 mode: output '12': - name: A1 + name: MotorA_1 mode: output '13': - name: A2 + name: MotorA_2 mode: output '15': - name: A3 + name: MotorA_3 mode: output '16': - name: B0 + name: MotorB_0 mode: output '18': - name: B1 + name: MotorB_1 mode: output '22': - name: B2 + name: MotorB_2 mode: output '7': - name: B3 + name: MotorB_3 mode: output '33': - name: C0 + name: MotorC_0 mode: output '32': - name: C1 + name: MotorC_1 mode: output '31': - name: C2 + name: MotorC_2 mode: output '29': - name: C3 + name: MotorC_3 mode: output '38': - name: D0 + name: MotorD_0 mode: output '37': - name: D1 + name: MotorD_1 mode: output '36': - name: D2 + name: MotorD_2 mode: output '35': - name: D3 + name: MotorD_3 mode: output --> # PiStep2 Quad