mirror of
https://github.com/meshtastic/firmware.git
synced 2026-02-14 09:31:12 -05: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); |