Update docs to add missing channel numbers

Change-Id: I2ffcc84c4801c5bd1062b74f36dd35e06b4834e6
This commit is contained in:
Joe Ross
2015-01-07 20:15:26 -08:00
parent 87e1df068c
commit 0cf7d6f457
5 changed files with 12 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ void Relay::InitRelay()
/**
* Relay constructor given a channel.
* @param channel The channel number.
* @param channel The channel number (0-3).
* @param direction The direction that the Relay object will control.
*/
Relay::Relay(uint32_t channel, Relay::Direction direction)