Skip to content

Commit

Permalink
Added <Arduino.h> to types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Jan 31, 2024
1 parent 7add3af commit cf08406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <Arduino.h>

using ProtoHandler = void (*)(const uint8_t* buffer, int length);

using VoidCallback = void (*)();

0 comments on commit cf08406

Please sign in to comment.