first commit
This commit is contained in:
commit
ef58d5b07e
34 changed files with 2210 additions and 0 deletions
8
hs/Peripherals/Setup.hs
Normal file
8
hs/Peripherals/Setup.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Peripherals.Setup (setupPeripherals) where
|
||||
|
||||
import Prelude
|
||||
import Peripherals.UartCFFI(initTerminal)
|
||||
|
||||
setupPeripherals :: IO ()
|
||||
setupPeripherals = do
|
||||
initTerminal
|
Reference in a new issue