mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-28 12:03:22 -04:00
7 lines
164 B
C
7 lines
164 B
C
#pragma once
|
|
|
|
// Initialize testing environment.
|
|
void initializeTestEnvironment();
|
|
|
|
// Portable delay for tests (Arduino or host).
|
|
void testDelay(unsigned long ms); |