XCORE SDK
XCORE Software Development Kit
util.h
1 // Copyright 2016-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 #ifndef __util_h__
4 #define __util_h__
5 
6 void pause_short(void);
7 void pause_long(void);
8 
9 void print_bytes(const unsigned char data[], int num_bytes);
10 
11 #endif // __util_h__