|
Swadge ESP32-S2
2.0.0
APIs to develop for the Magfest Swadge
|
A SwadgePass packet which is transmitted over ESP NOW.
#include <swadgePass.h>
Data Fields | |
| uint16_t | preamble |
| Two bytes that specifically begin a SwadgePass packet. | |
| uint8_t | version |
| A version byte to differentiate packets per-year. | |
| struct { | |
| uint16_t | highScore |
| } | cosCrunch |
| struct { | |
| int8_t | reactHs |
| int8_t | memHs |
| } | swadgeIt |
| struct { | |
| uint16_t | highScore |
| } | roboRunner |
| struct { | |
| swadgesonaCore_t | core |
| } | swadgesona |
| struct { | |
| uint32_t | packedProfile |
| uint32_t | points |
| } | atrium |
| struct { | |
| uint16_t | highScore |
| } | megaPulseEx |
| uint16_t preamble |
Two bytes that specifically begin a SwadgePass packet.
| uint8_t version |
A version byte to differentiate packets per-year.
| struct { ... } cosCrunch |
| struct { ... } swadgeIt |
| struct { ... } roboRunner |
| struct { ... } swadgesona |
| struct { ... } atrium |
| struct { ... } megaPulseEx |