mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
checked in Xiaoyang Feng's changes to String library
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
WString.cpp - String library for Wiring & Arduino
|
WString.cpp - String library for Wiring & Arduino
|
||||||
Copyright (c) 2009-10 Hernando Barragan. All rights reserved.
|
Copyright (c) 2009-10 Hernando Barragan. All rights reserved.
|
||||||
|
Changes for version 1.0 by Xiaoyang Feng
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
WString.h - String library for Wiring & Arduino
|
WString.h - String library for Wiring & Arduino
|
||||||
Copyright (c) 2009-10 Hernando Barragan. All right reserved.
|
Copyright (c) 2009-10 Hernando Barragan. All right reserved.
|
||||||
|
Changes for version 1.0 by Xiaoyang Feng
|
||||||
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
Reference in New Issue
Block a user