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 DSP_200kHz by
Diff: pdb.h
- Revision:
- 46:a015ebf4663b
- Parent:
- 45:d591d138cdeb
- Child:
- 51:43143a3fc2d7
diff -r d591d138cdeb -r a015ebf4663b pdb.h --- a/pdb.h Sat Jan 31 07:25:52 2015 +0000 +++ b/pdb.h Sat Jan 31 08:13:33 2015 +0000 @@ -7,8 +7,12 @@ #include "mbed.h" +extern bool switcher; + void pdb_init(); void pdb_start(); void pdb_stop(); +void PDB0_IRQHandler(); + #endif /* PDB_H_ */

