City1082 telemetry application

Committer:
reedas
Date:
Wed Dec 01 10:15:16 2021 +0000
Revision:
8:254f53c47a2b
Parent:
6:ba6358882ff3
Added status led display thread

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 4:455f43ddbaa9 1 #ifndef DISPLAY_H
reedas 4:455f43ddbaa9 2 #define DISPLAY_H
reedas 4:455f43ddbaa9 3
reedas 4:455f43ddbaa9 4 void displayThread();
reedas 6:ba6358882ff3 5 void displaySendUpdateSensor(float, float, int);
reedas 4:455f43ddbaa9 6 #endif