Skip to content
Snippets Groups Projects
Select Git revision
  • bb70eef9e5898cf87d30763baf3f27f261e7f64a
  • master default
2 results

utils.py

Blame
  • Forked from Automatants / Facial expression detection
    Source project has a limited visibility.
    test.py 109 B
    from controller import Controller
    
    c = Controller('a1b2c3')
    
    while(True):
        print(c.mobile.getAngle())