Skip to content

Commit 514497c

Browse files
fix typo.
1 parent 2e3d707 commit 514497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mruby_io_SPI_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Example of use:
8888
```ruby
8989
spi.write( 0x30, 0xa2 )
9090
spi.write( "\x30\xa2" )
91-
i2c.write( 0x02, 0xee, 0xad, 0x00, data_string ) # useful for EEPROM
91+
spi.write( 0x02, 0xee, 0xad, 0x00, data_string ) # useful for EEPROM
9292
```
9393

9494
---

0 commit comments

Comments
 (0)