Adding back the device discovery

This commit is contained in:
Lucas Oskorep
2019-11-08 00:13:55 -06:00
parent 5bb0b75941
commit 1850be4cff
4 changed files with 62 additions and 12 deletions
+3 -3
View File
@@ -60,10 +60,10 @@ def convert_row_to_bytes(row):
data = pd.read_csv("accelerometer.data")
# test_bin_float_converstion()
# test_bin_int_converstion()
for index, row in data.iterrows():
convert_row_to_bytes(row)
test_bin_float_converstion()
test_bin_int_converstion()