Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int config(int sensor1, int sensor2, int sensor3, int sensor4, int sensor5) {
- sensor1 = sensor1 * -1;
- sensor2 = sensor2 * -1;
- int position = sensor1 + sensor2 + sensor4 + sensor5;
- return position;
- }
Advertisement
Add Comment
Please, Sign In to add comment