simplersble 0.12.2-dev5

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <cstdint>
#include <cstddef>

namespace SimpleBLE {
namespace Dongl {
namespace Firmware {

extern const uint8_t OBFUSCATED_FIRMWARE[];
extern const size_t OBFUSCATED_FIRMWARE_LEN;
extern const uint32_t FIRMWARE_VERSION;

} // namespace Firmware
} // namespace Dongl
} // namespace SimpleBLE