Files
Ultimaker2Clone/CAD/Ultimaker 2 DIY/Firmware/20160823_UM2.1-Firmware-UM2.1/Marlin/electronics_test.h
2022-11-13 22:53:56 +01:00

8 lines
218 B
C
Executable File

#ifndef ELECTRONICS_TEST_H
#define ELECTRONICS_TEST_H
//Start the electronics test environment. This environment never returns and disables all other features.
void run_electronics_test();
#endif//ELECTRONICS_TEST_H