Mercurial > ecos
view examples/hello.c @ 3229:50ae55e2e856
Implemented support for I2C [Bugzilla 1001397]
| author | vae |
|---|---|
| date | Fri, 26 Apr 2013 16:42:48 +0000 |
| parents | ead06911cbae |
| children |
line wrap: on
line source
/* this is a simple hello world program */ #include <stdio.h> int main(void) { printf("Hello, eCos world!\n"); return 0; }
