blinky101 / blinky_lpc11uxx

Blinky and tutorials for developing on the LPC11uxx platform

Home Page:https://blinky101.github.io/blinky_lpc11uxx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LPC11uxx Example Project: Blinky

Simple Hello World-like blinky programs for the LPC11uxx platform. This repositories contains three blinky programs, in increasing order of complexity / abstraction level:

  1. bare-metal: A blinky program in one file, with no dependencies at all
  2. basic: Some of the low-level stuff is in separate functions, but still a very simple c program
  3. cpm: Using CPM as c package manager: reuseable dependencies are in separate repositories

See the blinky website and the per-project README files for more information.

About

Blinky and tutorials for developing on the LPC11uxx platform

https://blinky101.github.io/blinky_lpc11uxx/

License:MIT License


Languages

Language:C 95.1%Language:CMake 4.2%Language:Makefile 0.6%