Soil Testing
0.1.0
Readily available soil testing
Loading...
Searching...
No Matches
interrupts.h
Go to the documentation of this file.
1
#ifndef INTERRUPTS_H
2
#define INTERRUPTS_H
3
38
#include <stdint.h>
39
43
void
irq_init
();
44
57
void
irq_set
(uint8_t irqn,
void
(*callback)(
void
), uint8_t mode);
58
66
void
irq_timer
(
void
(*callback)(
void
), uint16_t compare);
67
68
#endif
irq_init
void irq_init()
irq_timer
void irq_timer(void(*callback)(void), uint16_t compare)
irq_set
void irq_set(uint8_t irqn, void(*callback)(void), uint8_t mode)
code
arduino
include
arduino
interrupts.h
Generated on Tue Oct 8 2024 19:03:08 for Soil Testing by
1.12.0