Last active
May 7, 2024 13:43
-
-
Save SaheblalBagwan/39f374e6513292f9158b6d00b727e2a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef struct { | |
float value; // digital/analog value of the pin | |
int pin; // Pin Num to read/write the data | |
char operation[20]; // IO opeartion (digitalRead/digitalWrite/analogRead) | |
}hornbill_IO_type_t; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment