File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 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/
99
1010Port of https://bearssl.org[BearSSL] to Arduino.
1111
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 .
1414
15- To do this create a configuration library called ArduinoBearSSLConfig with the
15+ To do this create a configuration library called ` ArduinoBearSSLConfig` with the
1616following file structure:
1717
1818```
@@ -32,6 +32,12 @@ library.properties
3232name=ArduinoBearSSLConfig
3333```
3434
35+ and include the `ArduinoBearSSLConfig` library in your Sketch as follows:
36+
37+ ```
38+ #include <ArduinoBearSSLConfig.h>
39+ #include <ArduinoBearSSL.h>
40+ ```
3541== License ==
3642
3743Copyright (c) 2018 Arduino SA. All rights reserved.
You can’t perform that action at this time.
0 commit comments