picloud
This commit is contained in:
12
main.cpp
12
main.cpp
@@ -2,17 +2,7 @@
|
||||
|
||||
int main() {
|
||||
PICloudServer s("127.0.0.1:10101");
|
||||
// for (int i=0; i<3; ++i) {
|
||||
// s.open();
|
||||
// piCout << "opened";
|
||||
// piSleep(10);
|
||||
// s.close();
|
||||
// piCout << "closed";
|
||||
// piSleep(1);
|
||||
// }
|
||||
// s.open();
|
||||
s.startThreadedRead();
|
||||
piSleep(2);
|
||||
// s.stopThreadedRead();
|
||||
piSleep(10);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user