Skip to content

Instantly share code, notes, and snippets.

@SaheblalBagwan
Last active May 7, 2024 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaheblalBagwan/39f374e6513292f9158b6d00b727e2a2 to your computer and use it in GitHub Desktop.
Save SaheblalBagwan/39f374e6513292f9158b6d00b727e2a2 to your computer and use it in GitHub Desktop.
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