Quote:
|
Originally Posted by Donut
Likewise, if you have access to it (I don't know, haven't used EasyC in a while), putting a command to read the sensor input into the fast loop as opposed to the main one will read as fast as possible with other code executing, which may be fast enough for what you need.
Unfortunately, I don't think either of those options will work using EasyC.
|
In which loop did you mean to put the sensor input read? And by saying the sensor input read did you mean the function that I made: Get_Sensor_Data(Sensor_Port)?