mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-12-27 03:17:06 -07:00
WIP: change print statement
This commit is contained in:
parent
2efa55453f
commit
50f83ee6bf
|
@ -27,8 +27,8 @@ if __name__ == "__main__":
|
||||||
return adc_mux.voltage
|
return adc_mux.voltage
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
for ii in range(8):
|
for ii in range(1):
|
||||||
print(get_reflectivity(ii), end="")
|
print(f"{get_reflectivity(ii):1.2f}\t", end="")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
# servos = ServoKit(channels=16).continuous_servo
|
# servos = ServoKit(channels=16).continuous_servo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user