mirror of
https://github.com/hubaldv/bioz-icd-rs.git
synced 2025-12-06 05:31:17 +00:00
Included unique ID.
This commit is contained in:
@@ -15,7 +15,7 @@ endpoints! {
|
||||
| EndpointTy | RequestTy | ResponseTy | Path |
|
||||
| ---------- | --------- | ---------- | ---- |
|
||||
| PingEndpoint | u32 | u32 | "ping" |
|
||||
| GetUniqueIdEndpoint | () | u64 | "get_id" |
|
||||
| GetUniqueIdEndpoint | () | [u8; 12] | "get_id" |
|
||||
| SetSingleLedEndpoint | SingleLed | SingleLedSetResult | "led/set_one" |
|
||||
| SetAllLedEndpoint | AllLedArray | () | "led/set_all" |
|
||||
| StartAccelerationEndpoint | StartAccel | () | "accel/start" |
|
||||
|
||||
Reference in New Issue
Block a user