Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of USB_Ethernet by
pico_dev_mbed.h
00001 /********************************************************************* 00002 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved. 00003 See LICENSE and COPYING for usage. 00004 Do not redistribute without a written permission by the Copyright 00005 holders. 00006 00007 File: pico_dev_mbed.h 00008 Author: Toon Peters 00009 *********************************************************************/ 00010 00011 #ifndef PICO_DEV_MBED_H 00012 #define PICO_DEV_MBED_H 00013 00014 #include "pico_config.h" 00015 #include "pico_device.h" 00016 00017 void pico_mbed_destroy(struct pico_device *vde); 00018 struct pico_device *pico_mbed_create(char *name); 00019 00020 #endif /* PICO_DEV_MBED_H */ 00021
Generated on Wed Jul 13 2022 02:20:45 by
1.7.2
