Search mbed
User details
Joined: 01 Nov 2010
Posts: 135
Notebook pages: 6
Wiki edits: 5
Published programs: 9
Published libraries: 16
Hendrik's microcontrollers
mbed NXP LPC1768

Hendrik Lipka

» Find people near Hendrik on the world mbed map

Hendrik Lipka

Germany

I'm Java developer at the day, and mbed hacker at night :)



Recently modified notebook pages

All notebook pages

TCPLineStream
Usage instructions for the TCPLineStream library.
tag NET, network, TCP
POP3 library
Usage instructions for the POP3 library.
tag NET, network, pop3

Recently modified programs & libraries

All programs

All libraries

pop3demo
Demo program for the [[http://mbed.org/users/hlipka/libraries/pop3|pop3 library]].
tag mail, network, pop3
ntp_mem
program to test a possible memory leak when using NTP
tag leak, memory, network, NTP
ar1020
touch screen handler for the microchip AR1020
tag ar1020, Microchip, screen, touch
ar1020
handles the AR1020 touch screen controller (from microchip). Contains a small handler for defining screen areas.
tag ar1020, Microchip, screen, touch
ASyncTicker
an asynchronous ticker which calls methods in a regular fashion, but not from an interrupt handler. This allows the called methods to do complex and more time-consuming stuff (e.g. network ...
tag async, Ticker, timer