BalancingRobot/Software/HighLevelApp/GetDeviceHash.h (
4
lines of code) (
raw
):
#pragma once #include <stdint.h> #include <stddef.h> uint32_t GetDeviceIdHash(const uint8_t* key, size_t length);