Current reading
- Basicmicro Support
- Posts: 1594
- Joined: Thu Feb 26, 2015 9:45 pm
Re: Current reading
ReadCurrents uses References to variables for M1 and M2 current, NOT pointers. Do not use the "*" in your code. Remember Arduino code is basically C++.