6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint16 num_inputs = 128 # How many inputs can be stored in input_array
|
|
|
|
bool[128] input_array # Array of bools
|