mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
stupid
This commit is contained in:
parent
77959faca5
commit
fb26e5ab0d
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ int main(int argc, char *argv[]) {
|
||||||
std::vector<DeviceClass> myDevices = client.getDevices();
|
std::vector<DeviceClass> myDevices = client.getDevices();
|
||||||
if (myDevices.size() > 0) {
|
if (myDevices.size() > 0) {
|
||||||
client.sendScalar(myDevices[0], 0.5);
|
client.sendScalar(myDevices[0], 0.5);
|
||||||
client.sendScalar(myDevices[1], 0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue