cassyarduino cassyarduino / UIPEthernet
Committer:
cassyarduino
Date:
Tue Dec 27 11:47:13 2016 +0100
Revision:
1:34b5616a463d
Child:
35:f9f3a91fe4d4
changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cassyarduino 1:34b5616a463d 1 /*
cassyarduino 1:34b5616a463d 2 uip_millis.h
cassyarduino 1:34b5616a463d 3 Copyright (c) 2015 Zoltan Hudak <hudakz@inbox.com>
cassyarduino 1:34b5616a463d 4 All rights reserved.
cassyarduino 1:34b5616a463d 5
cassyarduino 1:34b5616a463d 6 This program is free software: you can redistribute it and/or modify
cassyarduino 1:34b5616a463d 7 it under the terms of the GNU General Public License as published by
cassyarduino 1:34b5616a463d 8 the Free Software Foundation, either version 3 of the License, or
cassyarduino 1:34b5616a463d 9 (at your option) any later version.
cassyarduino 1:34b5616a463d 10
cassyarduino 1:34b5616a463d 11 This program is distributed in the hope that it will be useful,
cassyarduino 1:34b5616a463d 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
cassyarduino 1:34b5616a463d 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
cassyarduino 1:34b5616a463d 14 GNU General Public License for more details.
cassyarduino 1:34b5616a463d 15
cassyarduino 1:34b5616a463d 16 You should have received a copy of the GNU General Public License
cassyarduino 1:34b5616a463d 17 along with this program. If not, see <http://www.gnu.org/licenses/>.
cassyarduino 1:34b5616a463d 18 */
cassyarduino 1:34b5616a463d 19 extern "C" void millis_start(void);
cassyarduino 1:34b5616a463d 20 extern "C" unsigned long millis(void);