TeleIO / Telemachus-1

MIT License
34 stars 19 forks source link

Added comments, renamed internal variables to bits #11

Closed phets closed 5 years ago

phets commented 5 years ago

Renamed internal variables from bytes to bits since RecieveDataFromClient and SendDataToClient internal conversion imply we are calculating bits.

Restructured loop in average method to have exit conditions first.

Added comments.

dsolmann commented 5 years ago

merged.