Skip to content

ChrisMicro/LPC810_CodeBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPC810_CodeBase providing some basic Arduino functions

The Arduino Sketch should be place in the file

sketch_ino.c

It is important that the first line in this file is

#include "sketch_ino.h"

currently implemented arduino functions:

pinMode digitalWrite digitalRead delay Serial_begin Serial_print Serial_println Serial_printnumber millis analogRead

 LPC800 Pining ( Arduino pin numbering )
 =======================================
                  ________
                  |   U   |
      reset      -|       |- digital 0 / analog in 0 / RX
 TX / digital 4  -|  LPC  |- GND
      digital 3  -|  810  |- +3.3V
      digital 2  -|       |- digital 1 / analog in 1
                  |_______|

How to install the ARM Tool chain on Ubuntu 12.04 : https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded

About

Open source code base for the ARM Cortex M0+ LPC810 family from NXP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.3%
  • C++ 11.3%
  • Python 1.3%
  • Objective-C 0.1%