Skip to content

Commit

Permalink
feat(i2c): implement i2c master
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 7, 2021
1 parent c6262cc commit e517348
Show file tree
Hide file tree
Showing 5 changed files with 529 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export { GDBConnection } from './gdb/gdb-connection';
export { GDBServer } from './gdb/gdb-server';
export { GPIOPin, GPIOPinState } from './gpio-pin';
export { BasePeripheral, Peripheral } from './peripherals/peripheral';
export { RPI2C, I2CSpeed, I2CMode } from './peripherals/i2c';
export { RPUSBController } from './peripherals/usb';
export { RP2040 } from './rp2040';
export { USBCDC } from './usb/cdc';
Expand Down
Loading

0 comments on commit e517348

Please sign in to comment.