Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 31deef9ada - Show all commits

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