##// END OF EJS Templates
I2C library partially validated, ina226 library partially validated.
I2C library partially validated, ina226 library partially validated.

File last commit:

r18:bd9ab647f70a default
r30:62c112128e59 default
Show More
main.c
9 lines | 107 B | text/x-c | CLexer
#include <stdio.h>
int main()
{
printf("Hello world from project 'STM32F4IT'!\n");
return 0;
}