Hendrik Lipka

Public Repositories (25)

  • 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
    pop3demo

    Demo program for the [[http://mbed.org/users/hlipka/libraries/pop3|pop3 library]].

    mail, network, pop3
    Last updated: 11 Apr 2012 1 36
  • 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
  • ar1020

    touch screen handler for the microchip AR1020

    ar1020, Microchip, screen, touch
    Last updated: 24 Feb 2011 7 14
  • 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 …

    async, Ticker, timer
    Last updated: 24 Feb 2011 1 98
  • Localization

    Small library for defining string translations. Basically it stores key-values-pairs, and allows their retrieval. Needs the csv_parser library.

    localization, translation
    Last updated: 22 Feb 2011 1 13
  • 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
  • 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
  • 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
  • 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