Added some interrupt code to arduino

This commit is contained in:
Ziver Koc 2016-02-11 16:31:03 +01:00
parent 22dbc6e7ae
commit ed3497fba4
3 changed files with 77 additions and 3 deletions

View file

@ -0,0 +1,13 @@
#ifndef INTERRUPT_H
#define INTERRUPT_H
class INTERRUPT_H
{
public:
sleep();
private:
pinInterrupt();
}
#endif // INTERRUPT_H