BlueToe
an alternative GATT/BLE implementation
|
denoting a memory range with it's start address and endaddress (exklusive) More...
#include <bluetoe/services/bootloader.hpp>
denoting a memory range with it's start address and endaddress (exklusive)
So memory_region< 0x1000, 0x2000 > means all bytes with the address from 0x1000 to 0x2000 but not 0x2000.