mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-14 02:29:29 +00:00
Testing Messagepack for saving/loading stuff from SD card
This commit is contained in:
@@ -49,9 +49,9 @@ public:
|
||||
void execute(const buffer_c8_t& buffer) override;
|
||||
|
||||
private:
|
||||
const uint8_t bitdef[2][3] = {
|
||||
{0, 255, 255},
|
||||
{0, 0, 255}
|
||||
const int8_t bitdef[2][3] = {
|
||||
{-127, 127, 127},
|
||||
{-127, -127, 127}
|
||||
};
|
||||
int8_t re, im;
|
||||
uint8_t s;
|
||||
|
||||
Reference in New Issue
Block a user