Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
irobotOpcode.h File Reference
iRobot Open Interface Operation Codes (opcodes) More...
Go to the source code of this file.
Enumerations | |
| enum | irobotOpcode_t { OP_START = 128, OP_BAUD = 129, OP_CONTROL = 130, OP_SAFE = 131, OP_FULL = 132, OP_DEMO = 136, OP_DEMO_COVER = 135, OP_DEMO_COVER_DOCK = 143, OP_DEMO_SPOT = 134, OP_DRIVE = 137, OP_DRIVE_DIRECT = 145, OP_LEDS = 139, OP_DIGITAL_OUTPUTS = 147, OP_PWM_LOW_SIDE_DRIVERS = 144, OP_LOW_SIDE_DRIVERS = 138, OP_SEND_IR = 151, OP_SONG = 140, OP_PLAY_SONG = 141, OP_SENSORS = 142, OP_QUERY_LIST = 149, OP_STREAM = 148, OP_PAUSE_RESUME_STREAM = 150, OP_SCRIPT = 152, OP_PLAY_SCRIPT = 153, OP_SHOW_SCRIPT = 154, OP_WAIT_TIME = 155, OP_WAIT_DISTANCE = 156, OP_WAIT_ANGLE = 157, OP_WAIT_EVENT = 158 } |
OpCodes for iRobot open interface. More... | |
Detailed Description
iRobot Open Interface Operation Codes (opcodes)
- Date:
- 2013-12-09 Copyright (C) 2013, Jeff C. Jensen, Edward A. Lee, and Sanjit A. Seshia. This software accompanies An Introductory Lab in Embedded and Cyber-Physical Systems and is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. See http://leeseshia.org/lab.
Definition in file irobotOpcode.h.
Enumeration Type Documentation
| enum irobotOpcode_t |
OpCodes for iRobot open interface.
- Enumerator:
Definition at line 17 of file irobotOpcode.h.
Generated on Wed Jul 13 2022 12:36:28 by
1.7.2