This is designed to be use with Team 2067's LabVIEW course. Here are the exercises included:
- Set the speed of the frisbee shooter as a function of the battery level.
- Requires a bit of basic algebra.
- Difficulty: Easy
- Control the flow of a water tank.
- Tests knowledge of boolean logic and feedback nodes.
- Difficulty: Medium
- Divide numbers without using the built-in function
- Must also support non-integers
- Requires string manipulation
- Difficulty: Hard