Files
pip/main.cpp
2020-08-27 19:40:11 +03:00

9 lines
127 B
C++

#include "pip.h"
int main() {
PICloudServer s("127.0.0.1:10101");
s.startThreadedRead();
piSleep(10);
return 0;
}