Testing Messagepack for saving/loading stuff from SD card

This commit is contained in:
furrtek
2016-05-15 02:35:08 +02:00
parent 7267de234d
commit 61fdb57b8f
20 changed files with 394 additions and 51 deletions
+3 -3
View File
@@ -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;