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.
Fork of PMRC4ch by
Revision 48:daef4fb51d25, committed 2020-10-22
- Comitter:
- aktk
- Date:
- Thu Oct 22 03:00:41 2020 +0000
- Parent:
- 47:a097e670a983
- Commit message:
- added a space
Changed in this revision
PMRC16ch.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PMRC16ch.cpp Wed Oct 21 20:56:01 2020 +0000 +++ b/PMRC16ch.cpp Thu Oct 22 03:00:41 2020 +0000 @@ -91,7 +91,7 @@ { m_PMRC_mode = TWIN_ELECTRODES; m_PMRC_state = m_statearray[arg_stim_ch] - |(m_statearray[arg_ref_ch1] >> 1) + | (m_statearray[arg_ref_ch1] >> 1) | (m_statearray[arg_ref_ch2] >> 1); setBits(m_PMRC_state); upload();