openpilot release

This commit is contained in:
Vehicle Researcher
2016-11-29 18:34:21 -08:00
commit e94a30bec0
117 changed files with 50549 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
def clip(x, lo, hi):
return max(lo, min(hi, x))