Merge pull request #4117 from thinkyhead/rc_i2c_comment_fix
Fix comments on EXPERIMENTAL_I2CBUS
This commit is contained in:
commit
d8dcc4ac57
17 changed files with 85 additions and 85 deletions
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -709,9 +709,9 @@ const unsigned int dropsegments = 2; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -721,12 +721,12 @@ const unsigned int dropsegments = 2; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -711,9 +711,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -723,12 +723,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -704,9 +704,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -716,12 +716,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -709,9 +709,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -721,12 +721,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -705,9 +705,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -717,12 +717,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
|
@ -703,9 +703,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* devices on the bus.
|
||||
*
|
||||
* ; Example #1
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63
|
||||
* ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
|
||||
* ; It uses multiple M155 commands with one B<base 10> arg
|
||||
* M155 A63 ; Target slave address
|
||||
* M155 A99 ; Target slave address
|
||||
* M155 B77 ; M
|
||||
* M155 B97 ; a
|
||||
* M155 B114 ; r
|
||||
|
@ -715,12 +715,12 @@ const unsigned int dropsegments = 5; //everything with less than this number of
|
|||
* M155 S1 ; Send the current buffer
|
||||
*
|
||||
* ; Example #2
|
||||
* ; Request 6 bytes from slave device with address 0x63
|
||||
* M156 A63 B5
|
||||
* ; Request 6 bytes from slave device with address 0x63 (99)
|
||||
* M156 A99 B5
|
||||
*
|
||||
* ; Example #3
|
||||
* ; Example serial output of a M156 request
|
||||
* echo:i2c-reply: from:63 bytes:5 data:hello
|
||||
* echo:i2c-reply: from:99 bytes:5 data:hello
|
||||
*/
|
||||
|
||||
// @section i2cbus
|
||||
|
|
Reference in a new issue