[Open_electroporator] pyflex_f401 v0.6 prototype turn on

John Griessen john at cibolo.com
Mon Jul 16 17:09:11 UTC 2018


I had a mistake before saying

timers_init()

turns off GPIO PB14.


from nvic import *

also turns off  GPIO PB14 when it comes before my test lines that set PB14 as an output and as a 1.

Both of those affect GPIO PB14.

I need them to be independent so I can use GPIOs during other tasks.

Maybe there is too much import from and * going on.

nvic.py contains import machine.

pulser_main.py contains

from machine import Pin
from machine import I2C

Maybe we should change to straight importing without all the name collision possibilities of from importing?


More information about the open_electroporator mailing list