STC15W408AS library 0.9.0
reset.h
Go to the documentation of this file.
1#ifndef STC15_RESETH
2#define STC15_RESETH
3
4
5#include <sys.h>
6#include <bits.h>
7#include <stdint.h>
8#include <stdbool.h>
9
22
29#define reset() (bit_set(IAP_CONTR, SBIT5))
30
32
33#endif