Project

General

Profile

Revision ade1b7f9

IDade1b7f9e6aee15cde7890ca6330f9cd57e118b5

Added by Alex Zirbel about 12 years ago

Basic line sensor readings!

View differences:

scout/libscout/src/LinesensorControl.cpp
64 64

  
65 65
    for (int i = 0; i < 8; i++)
66 66
    {
67
        cout << "[" << i << "]: " << srv.response.readings[i] << ", " << endl;
67
        cout << "[" << i << "]: " << srv.response.readings[i] << ", ";
68 68
    }
69

  
70
    cout << endl;
69 71
}
70 72

  

Also available in: Unified diff