Hendrik Lipka

Public Repositories (25)

  • LcdWindow

    Display text on LCD displays (even on multiple ones). Allow to create windows (frames) on display, and to combine them (split, add, duplicate, scroll). See http://mbed.org/users/hlipka/notebook/lcdwindow/ for more information.

    LCD, window
    Last updated: 22 Feb 2011 10 173
  • TimeZone

    This library takes the current time (which must be set to UTC, e.g. via an NTP call), and applies a timezone definition (loaded at startup) to calculate the local time. …

    time, timezone
    Last updated: 18 Feb 2011 8 481
  • pop3

    Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization.

    mail, network, pop3
    Last updated: 18 Feb 2011 7 63
  • ar1020

    touch screen handler for the microchip AR1020

    ar1020, Microchip, screen, touch
    Last updated: 24 Feb 2011 7 14
  • 25LCxxx_SPI

    A library to read and write all 25* serial SPI eeprom devices from Microchip (from 25xx010 to 25xx1024).

    EEPROM, flash, memory, SPI
    Last updated: 19 Feb 2011 3 352
  • Mbed 2 deprecated
    ntp_mem

    program to test a possible memory leak when using NTP

    leak, memory, network, NTP
    Last updated: 06 Mar 2011 3 18
  • DNSResolver

    Wraps the DNSRequest class from NetServices to be synchronous, which is easier to use.

    dns, network, TCP
    Last updated: 18 Feb 2011 3 874
  • SimpleWebService

    A simple web service over HTTP library. Calls a HTTP server via GET, and returns the response wrapped in a XML parser. All calls are synchronous. Needs the NetServicesMin, DNSResolver, …

    http, NET, network, webservice, xml
    Last updated: 18 Feb 2011 3 178
  • NetServicesMin

    Stripped down version of Segundos NetService library (http://mbed.org/users/segundo/libraries/NetServices ). I have removed all NetServices, and all functions which had been disabled. Use this version when you need only pure TCP …

    ethernet, NetServices, network, TCP, UDP
    Last updated: 18 Jul 2012 2 412
  • Mbed 2 deprecated
    malloc_test

    program to find out whether malloc() returns NULL on a failed call or not

    malloc, memory
    Last updated: 01 Jan 2011 2 3