Used for sending the maze over serial or WiFi. More...
#include <maze.h>
Data Fields | |
uint8_t | bits |
Combined bitmasks. | |
struct { | |
uint8_t cell_a: 4 | |
Cell A bitmask (MSB). | |
uint8_t cell_b: 4 | |
Cell B bitmask (LSB). | |
} | fields |
Bit masks for each cell. | |
Used for sending the maze over serial or WiFi.