#include "ArduinoHAL.h"
#include "data_handling/DataPoint.h"
#include "data_handling/DataSaver.h"
#include <array>
#include <cstdlib>
#include <limits>
Go to the source code of this file.
◆ kDataStartAddress
| uint32_t kDataStartAddress = 0x001000 |
|
constexpr |
◆ kEmptyPageValue
| uint8_t kEmptyPageValue = 0xFF |
|
constexpr |
◆ kLaunchStartAddressAddress
| uint32_t kLaunchStartAddressAddress = 0x000001 |
|
constexpr |
◆ kMetadataStartAddress
| uint32_t kMetadataStartAddress = 0x000000 |
|
constexpr |
◆ kPostLaunchFlagAddress
| uint32_t kPostLaunchFlagAddress = 0x000000 |
|
constexpr |
◆ kPostLaunchFlagFalse
| uint8_t kPostLaunchFlagFalse = 0x01 |
|
constexpr |
◆ kPostLaunchFlagTrue
| uint8_t kPostLaunchFlagTrue = 0x00 |
|
constexpr |