Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Investigate all the read functions in the Haply code base #9

Closed sriGanna closed 3 years ago

sriGanna commented 3 years ago

This involves testing the receive function in Board.js to ensure that it can accurately receive and decode the required data consistently. As well as checking the function of all the functions that call the receive function in device.js

sriGanna commented 3 years ago

this was done as part of debugging the serial communication. as the receive function is async it requires us to use await with any call fo a data read funciton