jancumps / pico_scpi_usbtmc_labtool

LabVIEW compatible instrument on a Raspberry Pico
https://github.com/jancumps/pico_scpi_usbtmc_labtool/wiki
MIT License
12 stars 16 forks source link

clean gpio output variable names #10

Closed jancumps closed 1 year ago

jancumps commented 1 year ago

currently, pins are named pins. Soon there will be input pins and maybe non-gpio types. Make it clear what the output pin variables are by adding OUT to their names.

use the feature_set_2 branch as merge target