-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmikroe_emg.slcp
61 lines (52 loc) · 1.29 KB
/
mikroe_emg.slcp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
project_name: mikroe_emg
package: platform
label: Third Party Hardware Drivers - EMG Click (Mikroe)
description: |
This example project shows an example for Mikroe EMG Click board driver integration.
category: Example|Platform
quality: evaluation
filter:
- name: Device Type
value: [SoC]
- name: MCU
value: [32-bit MCU]
- name: Project Difficulty
value: [Beginner]
readme:
- path: ../../documentation/example/mikroe_emg/README.md
source:
- path: app.c
- path: main.c
include:
- path: ''
file_list:
- path: app.h
component:
- id: sl_system
- id: device_init
- id: sleeptimer
- id: emg
from: third_party_hw_drivers
- id: iostream_usart
instance: [vcom]
- id: app_log
define:
- name: DEBUG_EFM
sdk_extension:
- id: third_party_hw_drivers
version: 4.0.0
other_file:
- path: ../../documentation/example/mikroe_emg/image/create_example.png
directory: image
- path: ../../documentation/example/mikroe_emg/image/emg_plot.png
directory: image
- path: ../../documentation/example/mikroe_emg/image/emg_setup.png
directory: image
- path: ../../documentation/example/mikroe_emg/image/hardware_connection.png
directory: image
- path: ../../documentation/example/mikroe_emg/image/software_layer.png
directory: image
ui_hints:
highlight:
- path: README.md
focus: true