mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-12-26 10:57:55 -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
|
||||
|
||||
while True:
|
||||
for ii in range(8):
|
||||
print(get_reflectivity(ii), end="")
|
||||
for ii in range(1):
|
||||
print(f"{get_reflectivity(ii):1.2f}\t", end="")
|
||||
print()
|
||||
|
||||
# servos = ServoKit(channels=16).continuous_servo
|
||||
|
|
Loading…
Reference in New Issue
Block a user