File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -153,4 +153,17 @@ uint8_t getMessageLevel(void)
153153
154154| Parameter | Type | Description |
155155| :------------ | :---------- | :---------------------------------------------- |
156- | return value | ` uint8_t ` | The current message level settings|
156+ | return value | ` uint8_t ` | The current message level settings|
157+
158+ ### setOutputDevice()
159+ This method is called to provide an output Serial device that the is used to output messages from the underlying AMS SDK.
160+
161+ This is needed when debug or info messages are enabled in the library
162+
163+ ``` C++
164+ void setOutputDevice (Stream& theStream)
165+ ```
166+
167+ | Parameter | Type | Description |
168+ | :------------ | :---------- | :---------------------------------------------- |
169+ | `theStream` | `Stream` | The output stream device - normally a Serial port. |
File renamed without changes.
Original file line number Diff line number Diff line change 8080 - Device : api_device.md
8181 - Setup : api_setup.md
8282 - Operation : api_tmf882x.md
83- - Examples : ' !include ./examples/mkdocs.yml '
83+
8484
You can’t perform that action at this time.
0 commit comments