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.
Kamera.h
- Committer:
- Shukle
- Date:
- 2017-04-19
- Revision:
- 12:043d521d0dd0
- Parent:
- 9:d9e46f9c9e40
File content as of revision 12:043d521d0dd0:
#ifndef KAMERA_H #define KAMERA_H #include <mbed.h> int kamera(); #endif