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:
mmcwilliams 2017-09-23 18:59:24 -04:00
parent 68e49e2e22
commit d7671b15ab
1 changed files with 1 additions and 1 deletions

View File

@ -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')