rojasx / final-project-forceapp

Holds all code and scripts to be included in the RPi yocto build.
0 stars 0 forks source link

Script For GPIO Control #2

Open rojasx opened 5 months ago

rojasx commented 5 months ago

A python or C script to handle GPIO control, all installable/runable in the build. This is just the first step before we actually control the sensor.

DoD: A script the toggles a GPIO output, proof that we're good in this department. Blockers: Understanding RPi GPIO control. Deciding on C or python.

rojasx commented 5 months ago

DoD: test_gpio.py from source repo runs and I can see the gpio control on the o-scope.