Commit c751a3e
Fix
This commit fixes the issue where the `I2CServer.send_message/1`
function only worked with `I2CDevice` devices and not with
`SimpleI2CDevice` devices.
The problem was that the handling of the `:send_message` was not being
specialized for `SimpleI2CDevice` devices.I2CServer.send_message/1 with SimpleI2CDevice
1 parent 3c28259 commit c751a3e
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
| |||
0 commit comments