Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: robocon2017mbed_contoroler_L2
Fork of MyLib by
Diff: Nunchuck/Nunchuck.cpp
- Revision:
- 13:26bd1b20e5c9
- Parent:
- 12:479a1f294781
- Child:
- 14:4a426914ea4d
--- a/Nunchuck/Nunchuck.cpp Tue Oct 24 13:59:46 2017 +0000
+++ b/Nunchuck/Nunchuck.cpp Wed Oct 25 10:57:55 2017 +0000
@@ -25,8 +25,8 @@
void Nunchuck::getdata()
{
- if(timer.read_ms() < 50)
- return;
+ //if(timer.read_ms() < 50)
+ // return;
//__disable_irq(); // 禁止
@@ -47,7 +47,7 @@
else
flag = init();
//__enable_irq(); // 許可
- timer.reset();
+ //timer.reset();
}
