Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

wait_api.h
#ifndef _wait_api_h_
#define _wait_api_h_

void wait_ms(uint64_t msec);
void wait_us(uint16_t usec);

#endif