naya2013
Newbie level 2
- Joined
- Oct 19, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 62
motor1>=0 || motor1<900 is this correct?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Code C - [expand] 1 if((motor1 >= 0) && (motor1 <= 900))