INF2004-Project v0.1
 
Loading...
Searching...
No Matches
maze_bitmask_compressed Union Reference

Used for sending the maze over serial or WiFi. More...

#include <maze.h>

Collaboration diagram for maze_bitmask_compressed:
[legend]

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.
 

Detailed Description

Used for sending the maze over serial or WiFi.


The documentation for this union was generated from the following file: