No idea why I believed that comment

Trying gpis 18
This commit is contained in:
mmcwilliams 2017-09-23 19:02:48 -04:00
parent d7671b15ab
commit 8f8785c4fb
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 = 33 // RPIO PIN 13
const FWD = 18 // RPIO PIN 13
const BWD = 19
const fwd = Gpio(FWD, 'out')
const bwd = Gpio(BWD, 'out')