-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Restructure under lib folder
- Loading branch information
1 parent
33ec1f5
commit ddc7b04
Showing
13 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
import { Bus, BusError, BusInterface } from './Bus'; | ||
import { Device, DeviceError, DeviceInterface } from './Device'; | ||
import Bus from './lib/Bus'; | ||
import BusError from './lib/BusError'; | ||
import BusInterface from './lib/BusInterface'; | ||
import createI2cBusMock from './lib/createI2cBusMock'; | ||
import Device from './lib/Device'; | ||
import DeviceError from './lib/DeviceError'; | ||
import DeviceInterface from './lib/DeviceInterface'; | ||
|
||
import createI2cBusMock from './createI2cBusMock'; | ||
|
||
export { Bus, BusError, BusInterface, Device, DeviceError, DeviceInterface, createI2cBusMock }; | ||
export { Bus, BusError, BusInterface, createI2cBusMock, Device, DeviceError, DeviceInterface }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.