Added some interrupt code to arduino
This commit is contained in:
parent
22dbc6e7ae
commit
ed3497fba4
3 changed files with 77 additions and 3 deletions
13
arduino/HalMultiSensor/InterruptUtil.h
Executable file
13
arduino/HalMultiSensor/InterruptUtil.h
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef INTERRUPT_H
|
||||
#define INTERRUPT_H
|
||||
|
||||
|
||||
class INTERRUPT_H
|
||||
{
|
||||
public:
|
||||
sleep();
|
||||
private:
|
||||
pinInterrupt();
|
||||
}
|
||||
|
||||
#endif // INTERRUPT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue