Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Interference_Simple
Diff: PMRC16ch.h
- Revision:
- 38:df92ed56a6a9
- Parent:
- 37:0106e81d7dfc
- Child:
- 39:c12b8ce1263b
diff -r 0106e81d7dfc -r df92ed56a6a9 PMRC16ch.h --- a/PMRC16ch.h Wed Nov 07 18:25:19 2018 +0000 +++ b/PMRC16ch.h Wed Nov 07 18:33:27 2018 +0000 @@ -68,12 +68,20 @@ { public: // - /// Constructor + /// \par Constructors // + /// Constructor default PMRC16ch(); + /// Constructor with setting num of channels PMRC16ch( - uint8_t arg_num_ch + uint8_t arg_num_ch //<[in] number of channels to use ); + //* Construxtor with full configuration + /** + * \par Avalable Setting + * - number of channels to use + * - pin settings + */ PMRC16ch( uint8_t arg_num_ch, PinName arg_SCK,