From: Erich W. <ew....@na...> - 2009-06-02 16:27:13
|
Hello, I found these useful, so I suggest to add them to lib/bitnames.frt : pin_highZ ( pinmask portaddr -- ) over over pin_input low ; : pin_pullup_on ( pinmask portaddr -- ) over over pin_input high ; Cheers, Erich |