Common

#include <stdio.h>

int main(int argc, char *argv[])
{
  printf("Hello, world!\n");
  return 0;
}

So the question might be: why “Embedded Funk”?

Embedded system is always my passion, and that’s where “Embedded” comes from. Most of things that i will write here shall also relate to the embedded systems and programming.

Although I am not a devoted listener, funk jazz is the music genre that I always enjoy listinening to. On the other hand, the word “funk” means “wireless”/”radio” in german language (I am currently living in south east Germany), and embedded wireless is something that really catches my interest at the moment.

So I hope that this blog can be useful for any reader.

The post above was the first post in my previous blog hosted on blogger.com. I am moving the contents to this my new personal domain and will also start writing new posts here. The main content of this blog shall be the same, mainly about embedded stuffs that I have been working in my extra free time.