2 changed files with 22 additions and 4 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
"use strict"; |
||||
|
||||
import Constants from './constants.mjs'; |
||||
import Spi from 'spi'; |
||||
import Gpio from 'gpio'; |
||||
|
||||
class GatewayServer { |
||||
constructor(in_settings) { |
||||
this.settings = in_settings; |
||||
} |
||||
|
||||
start() { |
||||
|
||||
} |
||||
} |
||||
|
||||
export default GatewayServer; |
Reference in new issue