File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
9
9
10
10
Port of https://bearssl.org[BearSSL] to Arduino.
11
11
12
- This library depends on ArduinoECCX08. This dependency could be
13
- disabled by defining ARDUINO_DISABLE_ECCX08 in ArduinoBearSSLConfig.h.
12
+ This library depends on https://github.com/arduino-libraries/ ArduinoECCX08[ArduinoECCX08] . This dependency could be
13
+ disabled by defining ` ARDUINO_DISABLE_ECCX08` in ` ArduinoBearSSLConfig.h` file .
14
14
15
- To do this create a configuration library called ArduinoBearSSLConfig with the
15
+ To do this create a configuration library called ` ArduinoBearSSLConfig` with the
16
16
following file structure:
17
17
18
18
```
@@ -32,6 +32,12 @@ library.properties
32
32
name=ArduinoBearSSLConfig
33
33
```
34
34
35
+ and include the `ArduinoBearSSLConfig` library in your Sketch as follows:
36
+
37
+ ```
38
+ #include <ArduinoBearSSLConfig.h>
39
+ #include <ArduinoBearSSL.h>
40
+ ```
35
41
== License ==
36
42
37
43
Copyright (c) 2018 Arduino SA. All rights reserved.
You can’t perform that action at this time.
0 commit comments