Skip to content

Commit c78b314

Browse files
committed
Describe how to include the custom configuration in Sketch
1 parent fbc0717 commit c78b314

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Diff for: README.adoc

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
99

1010
Port 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
1616
following file structure:
1717

1818
```
@@ -32,6 +32,12 @@ library.properties
3232
name=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

3743
Copyright (c) 2018 Arduino SA. All rights reserved.

0 commit comments

Comments
 (0)