gerardsgs
About
- Username
- gerardsgs
- Joined
- Visits
- 10
- Last Active
- Roles
- Member
Comments
-
Hey! Any of the sensors are working...
-
doesn't work either...
-
Finally I have also try to change behaviour with a button that calls this function public void change(View view) { switch(color){ case(0): playGreen(ledController); Log.i("Change",""+color); color++; break; case(1): playYellow(…
-
I have also tried to change LED state when detects an orientation change but it doesn't work either. It detects the movement (I see the log) but there's no change in LED Here the code mwCtrllr.addModuleCallback(new Accelerometer.Callbacks() { …
-
Yes I have try it with a general sniffer