浏览代码

Fix comments on EXPERIMENTAL_I2CBUS

Scott Lahteine 9 年前
父节点
当前提交
40cd20a236

+ 5
- 5
Marlin/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/Cartesio/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/Felix/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/Hephestos/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/Hephestos_2/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/K8200/Configuration_adv.h 查看文件

709
  * devices on the bus.
709
  * devices on the bus.
710
  *
710
  *
711
  * ; Example #1
711
  * ; Example #1
712
- * ; This macro send the string "Marlin" to the slave device with address 0x63
712
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
713
  * ; It uses multiple M155 commands with one B<base 10> arg
713
  * ; It uses multiple M155 commands with one B<base 10> arg
714
- * M155 A63  ; Target slave address
714
+ * M155 A99  ; Target slave address
715
  * M155 B77  ; M
715
  * M155 B77  ; M
716
  * M155 B97  ; a
716
  * M155 B97  ; a
717
  * M155 B114 ; r
717
  * M155 B114 ; r
721
  * M155 S1   ; Send the current buffer
721
  * M155 S1   ; Send the current buffer
722
  *
722
  *
723
  * ; Example #2
723
  * ; Example #2
724
- * ; Request 6 bytes from slave device with address 0x63
725
- * M156 A63 B5
724
+ * ; Request 6 bytes from slave device with address 0x63 (99)
725
+ * M156 A99 B5
726
  *
726
  *
727
  * ; Example #3
727
  * ; Example #3
728
  * ; Example serial output of a M156 request
728
  * ; Example serial output of a M156 request
729
- * echo:i2c-reply: from:63 bytes:5 data:hello
729
+ * echo:i2c-reply: from:99 bytes:5 data:hello
730
  */
730
  */
731
 
731
 
732
 // @section i2cbus
732
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/RigidBot/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/SCARA/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/TAZ4/Configuration_adv.h 查看文件

711
  * devices on the bus.
711
  * devices on the bus.
712
  *
712
  *
713
  * ; Example #1
713
  * ; Example #1
714
- * ; This macro send the string "Marlin" to the slave device with address 0x63
714
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
715
  * ; It uses multiple M155 commands with one B<base 10> arg
715
  * ; It uses multiple M155 commands with one B<base 10> arg
716
- * M155 A63  ; Target slave address
716
+ * M155 A99  ; Target slave address
717
  * M155 B77  ; M
717
  * M155 B77  ; M
718
  * M155 B97  ; a
718
  * M155 B97  ; a
719
  * M155 B114 ; r
719
  * M155 B114 ; r
723
  * M155 S1   ; Send the current buffer
723
  * M155 S1   ; Send the current buffer
724
  *
724
  *
725
  * ; Example #2
725
  * ; Example #2
726
- * ; Request 6 bytes from slave device with address 0x63
727
- * M156 A63 B5
726
+ * ; Request 6 bytes from slave device with address 0x63 (99)
727
+ * M156 A99 B5
728
  *
728
  *
729
  * ; Example #3
729
  * ; Example #3
730
  * ; Example serial output of a M156 request
730
  * ; Example serial output of a M156 request
731
- * echo:i2c-reply: from:63 bytes:5 data:hello
731
+ * echo:i2c-reply: from:99 bytes:5 data:hello
732
  */
732
  */
733
 
733
 
734
 // @section i2cbus
734
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/WITBOX/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h 查看文件

705
  * devices on the bus.
705
  * devices on the bus.
706
  *
706
  *
707
  * ; Example #1
707
  * ; Example #1
708
- * ; This macro send the string "Marlin" to the slave device with address 0x63
708
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
709
  * ; It uses multiple M155 commands with one B<base 10> arg
709
  * ; It uses multiple M155 commands with one B<base 10> arg
710
- * M155 A63  ; Target slave address
710
+ * M155 A99  ; Target slave address
711
  * M155 B77  ; M
711
  * M155 B77  ; M
712
  * M155 B97  ; a
712
  * M155 B97  ; a
713
  * M155 B114 ; r
713
  * M155 B114 ; r
717
  * M155 S1   ; Send the current buffer
717
  * M155 S1   ; Send the current buffer
718
  *
718
  *
719
  * ; Example #2
719
  * ; Example #2
720
- * ; Request 6 bytes from slave device with address 0x63
721
- * M156 A63 B5
720
+ * ; Request 6 bytes from slave device with address 0x63 (99)
721
+ * M156 A99 B5
722
  *
722
  *
723
  * ; Example #3
723
  * ; Example #3
724
  * ; Example serial output of a M156 request
724
  * ; Example serial output of a M156 request
725
- * echo:i2c-reply: from:63 bytes:5 data:hello
725
+ * echo:i2c-reply: from:99 bytes:5 data:hello
726
  */
726
  */
727
 
727
 
728
 // @section i2cbus
728
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/delta/generic/Configuration_adv.h 查看文件

705
  * devices on the bus.
705
  * devices on the bus.
706
  *
706
  *
707
  * ; Example #1
707
  * ; Example #1
708
- * ; This macro send the string "Marlin" to the slave device with address 0x63
708
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
709
  * ; It uses multiple M155 commands with one B<base 10> arg
709
  * ; It uses multiple M155 commands with one B<base 10> arg
710
- * M155 A63  ; Target slave address
710
+ * M155 A99  ; Target slave address
711
  * M155 B77  ; M
711
  * M155 B77  ; M
712
  * M155 B97  ; a
712
  * M155 B97  ; a
713
  * M155 B114 ; r
713
  * M155 B114 ; r
717
  * M155 S1   ; Send the current buffer
717
  * M155 S1   ; Send the current buffer
718
  *
718
  *
719
  * ; Example #2
719
  * ; Example #2
720
- * ; Request 6 bytes from slave device with address 0x63
721
- * M156 A63 B5
720
+ * ; Request 6 bytes from slave device with address 0x63 (99)
721
+ * M156 A99 B5
722
  *
722
  *
723
  * ; Example #3
723
  * ; Example #3
724
  * ; Example serial output of a M156 request
724
  * ; Example serial output of a M156 request
725
- * echo:i2c-reply: from:63 bytes:5 data:hello
725
+ * echo:i2c-reply: from:99 bytes:5 data:hello
726
  */
726
  */
727
 
727
 
728
 // @section i2cbus
728
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h 查看文件

704
  * devices on the bus.
704
  * devices on the bus.
705
  *
705
  *
706
  * ; Example #1
706
  * ; Example #1
707
- * ; This macro send the string "Marlin" to the slave device with address 0x63
707
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
708
  * ; It uses multiple M155 commands with one B<base 10> arg
708
  * ; It uses multiple M155 commands with one B<base 10> arg
709
- * M155 A63  ; Target slave address
709
+ * M155 A99  ; Target slave address
710
  * M155 B77  ; M
710
  * M155 B77  ; M
711
  * M155 B97  ; a
711
  * M155 B97  ; a
712
  * M155 B114 ; r
712
  * M155 B114 ; r
716
  * M155 S1   ; Send the current buffer
716
  * M155 S1   ; Send the current buffer
717
  *
717
  *
718
  * ; Example #2
718
  * ; Example #2
719
- * ; Request 6 bytes from slave device with address 0x63
720
- * M156 A63 B5
719
+ * ; Request 6 bytes from slave device with address 0x63 (99)
720
+ * M156 A99 B5
721
  *
721
  *
722
  * ; Example #3
722
  * ; Example #3
723
  * ; Example serial output of a M156 request
723
  * ; Example serial output of a M156 request
724
- * echo:i2c-reply: from:63 bytes:5 data:hello
724
+ * echo:i2c-reply: from:99 bytes:5 data:hello
725
  */
725
  */
726
 
726
 
727
 // @section i2cbus
727
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h 查看文件

709
  * devices on the bus.
709
  * devices on the bus.
710
  *
710
  *
711
  * ; Example #1
711
  * ; Example #1
712
- * ; This macro send the string "Marlin" to the slave device with address 0x63
712
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
713
  * ; It uses multiple M155 commands with one B<base 10> arg
713
  * ; It uses multiple M155 commands with one B<base 10> arg
714
- * M155 A63  ; Target slave address
714
+ * M155 A99  ; Target slave address
715
  * M155 B77  ; M
715
  * M155 B77  ; M
716
  * M155 B97  ; a
716
  * M155 B97  ; a
717
  * M155 B114 ; r
717
  * M155 B114 ; r
721
  * M155 S1   ; Send the current buffer
721
  * M155 S1   ; Send the current buffer
722
  *
722
  *
723
  * ; Example #2
723
  * ; Example #2
724
- * ; Request 6 bytes from slave device with address 0x63
725
- * M156 A63 B5
724
+ * ; Request 6 bytes from slave device with address 0x63 (99)
725
+ * M156 A99 B5
726
  *
726
  *
727
  * ; Example #3
727
  * ; Example #3
728
  * ; Example serial output of a M156 request
728
  * ; Example serial output of a M156 request
729
- * echo:i2c-reply: from:63 bytes:5 data:hello
729
+ * echo:i2c-reply: from:99 bytes:5 data:hello
730
  */
730
  */
731
 
731
 
732
 // @section i2cbus
732
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h 查看文件

705
  * devices on the bus.
705
  * devices on the bus.
706
  *
706
  *
707
  * ; Example #1
707
  * ; Example #1
708
- * ; This macro send the string "Marlin" to the slave device with address 0x63
708
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
709
  * ; It uses multiple M155 commands with one B<base 10> arg
709
  * ; It uses multiple M155 commands with one B<base 10> arg
710
- * M155 A63  ; Target slave address
710
+ * M155 A99  ; Target slave address
711
  * M155 B77  ; M
711
  * M155 B77  ; M
712
  * M155 B97  ; a
712
  * M155 B97  ; a
713
  * M155 B114 ; r
713
  * M155 B114 ; r
717
  * M155 S1   ; Send the current buffer
717
  * M155 S1   ; Send the current buffer
718
  *
718
  *
719
  * ; Example #2
719
  * ; Example #2
720
- * ; Request 6 bytes from slave device with address 0x63
721
- * M156 A63 B5
720
+ * ; Request 6 bytes from slave device with address 0x63 (99)
721
+ * M156 A99 B5
722
  *
722
  *
723
  * ; Example #3
723
  * ; Example #3
724
  * ; Example serial output of a M156 request
724
  * ; Example serial output of a M156 request
725
- * echo:i2c-reply: from:63 bytes:5 data:hello
725
+ * echo:i2c-reply: from:99 bytes:5 data:hello
726
  */
726
  */
727
 
727
 
728
 // @section i2cbus
728
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/makibox/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

+ 5
- 5
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h 查看文件

703
  * devices on the bus.
703
  * devices on the bus.
704
  *
704
  *
705
  * ; Example #1
705
  * ; Example #1
706
- * ; This macro send the string "Marlin" to the slave device with address 0x63
706
+ * ; This macro send the string "Marlin" to the slave device with address 0x63 (99)
707
  * ; It uses multiple M155 commands with one B<base 10> arg
707
  * ; It uses multiple M155 commands with one B<base 10> arg
708
- * M155 A63  ; Target slave address
708
+ * M155 A99  ; Target slave address
709
  * M155 B77  ; M
709
  * M155 B77  ; M
710
  * M155 B97  ; a
710
  * M155 B97  ; a
711
  * M155 B114 ; r
711
  * M155 B114 ; r
715
  * M155 S1   ; Send the current buffer
715
  * M155 S1   ; Send the current buffer
716
  *
716
  *
717
  * ; Example #2
717
  * ; Example #2
718
- * ; Request 6 bytes from slave device with address 0x63
719
- * M156 A63 B5
718
+ * ; Request 6 bytes from slave device with address 0x63 (99)
719
+ * M156 A99 B5
720
  *
720
  *
721
  * ; Example #3
721
  * ; Example #3
722
  * ; Example serial output of a M156 request
722
  * ; Example serial output of a M156 request
723
- * echo:i2c-reply: from:63 bytes:5 data:hello
723
+ * echo:i2c-reply: from:99 bytes:5 data:hello
724
  */
724
  */
725
 
725
 
726
 // @section i2cbus
726
 // @section i2cbus

正在加载...
取消
保存