Change Uemis debug code to test for bit values

This way individual pieces can be turned on and off.
The commit also adds code to read from a disk image (instead of the SDA)
without all the long timeouts.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-12-04 21:03:56 -08:00
parent 8562364bd9
commit 7383f7fe0a
2 changed files with 21 additions and 14 deletions

View file

@ -40,4 +40,4 @@ typedef struct {
uint8_t flags[8];
} __attribute((packed)) uemis_sample_t;
#endif /* DIVE_H */
#endif /* UEMIS_H */