Using pin 33 instead of 13
Per this thread https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=71247
This commit is contained in:
parent
68e49e2e22
commit
d7671b15ab
|
@ -85,7 +85,7 @@ function microTest () {
|
|||
//test stepping up of 3.3V RPI logic via
|
||||
//Sparkfun PRT-10967 (NPC1402)
|
||||
function stepupTest () {
|
||||
const FWD = 13
|
||||
const FWD = 33 // RPIO PIN 13
|
||||
const BWD = 19
|
||||
const fwd = Gpio(FWD, 'out')
|
||||
const bwd = Gpio(BWD, 'out')
|
||||
|
|
Loading…
Reference in New Issue