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.
Dependencies: mbed
Diff: shot/shot.h
- Revision:
- 11:494cc44777fe
- Parent:
- 10:02ab3324be6c
- Child:
- 13:eb60628db8bf
--- a/shot/shot.h Sun May 10 05:16:51 2020 +0000 +++ b/shot/shot.h Mon May 11 09:09:31 2020 +0000 @@ -46,7 +46,7 @@ ////mutators int get_size(); - void gen_shot(int flag); + void gen_shot(int timer_flag, float increment, int max); private: std::vector<shot_posandtype> _p;