File tree 1 file changed +32
-2
lines changed 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
- # example-adc
2
- ADC driver example application for Logicrom SDK
1
+ # Logicrom SDK - ADC Driver example
2
+
3
+ ## How to build
4
+
5
+ 1 . Install [ Visual Studio Code] ( https://code.visualstudio.com/ )
6
+ 2 . Install [ PlatformIO Extension for VSCode] ( https://platformio.org/platformio-ide )
7
+ 3 . Install Logicrom Platform:
8
+
9
+ * Open PlatformIO Home
10
+ * Go to Platforms -> Embedded (Top Navigation)
11
+ ![ PlatformIO] ( https://docs.logicrom.com/en/latest/_images/platformio-ide-embedded-menu.png )
12
+ * Type "Logicrom" in the search box
13
+ ![ Install Logicrom] ( https://docs.logicrom.com/en/latest/_images/platformio-ide-logicrom-search.png )
14
+ * Click Install
15
+
16
+ 4 . Download and Extract examples from github https://github.com/waybyte/example-adc/archive/master.zip
17
+ 5 . Extract and Open example folder with * VSCode*
18
+ 6 . Run following command from terminal or use PlatformIO interface to build:
19
+
20
+ ``` bash
21
+ # Build Project
22
+ $ platformio run
23
+
24
+ # Upload Project
25
+ $ platformio run --target upload
26
+ ```
27
+
28
+
29
+ ## Resources
30
+
31
+ * [ Quick Start Guide] ( https://docs.logicrom.com/en/latest/book/quick_start.html )
32
+ * [ API Reference] ( https://docs.logicrom.com/ )
You can’t perform that action at this time.
0 commit comments