|
|
@ -1,9 +1,9 @@
|
|
|
|
# KED: Wellcome to Kerem and Edwin's Develeppoment platform.
|
|
|
|
# KED: Wellcome to Kerem and Edwin's Develeppoment platform.
|
|
|
|
|
|
|
|
|
|
|
|
# This branch is for testing and is organised as follow :
|
|
|
|
# This branch is for testing and is organised as follow :
|
|
|
|
## Gola is to emulate KED as it would be a submodule
|
|
|
|
## Goal is to emulate KED as it would be a submodule
|
|
|
|
## Tree View
|
|
|
|
## Tree View
|
|
|
|
.
|
|
|
|
```
|
|
|
|
├── examples
|
|
|
|
├── examples
|
|
|
|
│ └── pin_control.c
|
|
|
|
│ └── pin_control.c
|
|
|
|
├── ked
|
|
|
|
├── ked
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
└── peripherals
|
|
|
|
└── peripherals
|
|
|
|
└── gpio
|
|
|
|
└── gpio
|
|
|
|
└── gpio.c
|
|
|
|
└── gpio.c
|
|
|
|
|
|
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
## Dependencies
|
|
|
|
``` sudo apt install libgpiod-dev ```
|
|
|
|
``` sudo apt install libgpiod-dev ```
|
|
|
|
|
|
|
|
|
|
|
|