5 lines
121 B
Python
5 lines
121 B
Python
|
from pi_numbers_separated_I2C_function import analyze_data
|
||
|
|
||
|
result = analyze_data(8, 10000, startup=False)
|
||
|
print(result)
|