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 c7f3e88 commit 2e3d707Copy full SHA for 2e3d707
mruby_io_SPI_ja.md
@@ -88,7 +88,7 @@ data = spi.read( 32 )
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