GPIO Question
Posted: Fri Nov 16, 2018 6:15 pm
For a interactive light object i am detecting where people are standing and i want to trigger a lightshow if the are standing correctly, i want to do this using hardware tiggers on the RPI GPIO ports
is it possible to trigger a lightshow when multiple GPIO pins are High? something like:
IF GPIO 1 = High and GPIO 2 = High and GPIO 3 = High
Then: Trigger " Giant show"
second question: is it possible to trigger a lightshow when multiple GPIO pin's on multiple RPI's are High?
something like:
IF GPIO 1 RPI 1 = High and GPIO 2 RPI 1 =High and GPIO 1 RPI 2 = High
Then Trigger " Giant show"
is it possible to trigger a lightshow when multiple GPIO pins are High? something like:
IF GPIO 1 = High and GPIO 2 = High and GPIO 3 = High
Then: Trigger " Giant show"
second question: is it possible to trigger a lightshow when multiple GPIO pin's on multiple RPI's are High?
something like:
IF GPIO 1 RPI 1 = High and GPIO 2 RPI 1 =High and GPIO 1 RPI 2 = High
Then Trigger " Giant show"