#include "feature1.h" int main(void) { char ledStatus = 1; printf("Hello, World!"); feature1(); return 0; }