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: FTSE100 InternetDispBoB digitalThermometer Counter ... more
Revision 15:a9abac3696b0, committed 2011-07-07
- Comitter:
- d_worrall
- Date:
- Thu Jul 07 08:39:11 2011 +0000
- Parent:
- 14:10570d97f4d3
- Commit message:
- version9
Changed in this revision
| dispBoB.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/dispBoB.cpp Mon Jul 04 08:45:57 2011 +0000
+++ b/dispBoB.cpp Thu Jul 07 08:39:11 2011 +0000
@@ -40,6 +40,9 @@
void dispBoB::init(void){ //initiate - call this whenever the system needs to be reset
_en = 0;
_pca.init(loc[0]);
+ _pca.init(loc[2]);
+ _pca.init(loc[4]);
+ _pca.init(loc[6]);
}
void dispBoB::cls(void){ //clear screen and screen buffers