We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d707 commit 514497cCopy full SHA for 514497c
mruby_io_SPI_en.md
@@ -88,7 +88,7 @@ Example of use:
88
```ruby
89
spi.write( 0x30, 0xa2 )
90
spi.write( "\x30\xa2" )
91
-i2c.write( 0x02, 0xee, 0xad, 0x00, data_string ) # useful for EEPROM
+spi.write( 0x02, 0xee, 0xad, 0x00, data_string ) # useful for EEPROM
92
```
93
94
---
0 commit comments