Still reading 1.6V on GPIO pin set high

Possibly damaged pin 18
This commit is contained in:
mmcwilliams 2017-09-23 19:06:32 -04:00
parent 8f8785c4fb
commit 31deef9ada
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 = 18 // RPIO PIN 13
const FWD = 13 // RPIO PIN 13
const BWD = 19
const fwd = Gpio(FWD, 'out')
const bwd = Gpio(BWD, 'out')