Skip to content

Instantly share code, notes, and snippets.

View gregjurman's full-sized avatar

G gregjurman

View GitHub Profile
/**
* @file: servo control example
*
* @description
* drive forward, drive backward
* 1 servo, LiPo battery
*
* The minimum (backward) and maximum (forward) values
* will be different depending on your specific servo motor.
* Ideally, it should be between 1 and 2 milliseconds, but in practice,
from __future__ import print_function
import json
import urllib
import boto3
import csv
import zipfile
print('Loading function')