uvic-aero / onboard-computer

0 stars 1 forks source link

Create Send Serial Function #50

Closed dragonprevost closed 4 years ago

dragonprevost commented 4 years ago

Input:

{
180: [True, False],
break: [True, Flase],
dir1: [0,1],
vel1: [0-255]
dir2: [0,1],
vel2: [0-255]
}
  1. Convert the input into string structure <id(int) 180(0,1) break(0,1) dir1(0,1), vel1(0-255), dir2(0,1), vel2(0-255) >

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

kylestang commented 4 years ago

Merged to master