Project

General

Profile

Revision 7db6cf9f

ID7db6cf9f9dc54a3edebcd6bfc5362108519b1cbb
Parent 1019d31f
Child 5925bbbb

Added by Priya almost 11 years ago

Changed all TODO and @TODO to @todo to conform to doxygen.

View differences:

scout/painter/src/paint-i2c.cpp
67 67
 * This function opens communication to I2C.
68 68
 */
69 69
void i2c_start(void) {
70
  /* TODO error check */
70
  /* @todo error check */
71 71
  fd = open("/dev/i2c-3", O_RDWR);
72 72
  ioctl(fd, I2C_SLAVE, TRACKING_ID);
73 73
}

Also available in: Unified diff