Search found 2 matches
- Tue Oct 02, 2018 1:48 pm
- Forum: MicroPython pyboard
- Topic: Operations with different servos
- Replies: 4
- Views: 3599
- Mon Oct 01, 2018 6:24 pm
- Forum: MicroPython pyboard
- Topic: Operations with different servos
- Replies: 4
- Views: 3599
Operations with different servos
I have a project that requires three different servos: two continuous rotation (CR) and one linear. The two CR servos are represent radars, while the linear one controls a security gate. The gate is currently has a time.sleep() command to cause the arm to move 90 degrees open/close every 10 seconds....