![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Functions | |
const String | get () |
const String get | ( | ) |
void setup() { Serial.begin(115200); } void loop() { Serial.printf("RUI API Version: %s\r\n", api.system.apiVersion.get().c_str()); delay(1000); }