Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5639

General • Re: make: *** No targets specified and no makefile found. Stop.

$
0
0
You haven't closed your "while(1) {" block.

Code:

    while (1) {        gpio_put(LED_PIN, 0);        sleep_ms(250);        gpio_put(LED_PIN, 1);        puts("Hello World\n");        sleep_ms(1000);    }}

Statistics: Posted by rpdom — Tue Jan 23, 2024 9:14 am



Viewing all articles
Browse latest Browse all 5639

Trending Articles