aboutsummaryrefslogtreecommitdiff
path: root/misc_functions.h
blob: 0de2d8ad6752c3d9943240fd393d18aa0cf6001b (plain)
1
2
3
4
5
6
#ifndef MISC_FUNCTIONS_H
#define MISC_FUNCTIONS_H

void delay(int p_milliseconds);

#endif // MISC_FUNCTIONS_H