OSDN Git Service

V3.7
[fast-forth/master.git] / MSP430-FORTH / lib / I2CF_Soft_Master.f
index 912c521..55eec46 100644 (file)
@@ -3,22 +3,6 @@
 WIPE
 \ NOECHO
 
-\ Copyright (C) <2015>  <J.M. THOORENS>
-\
-\ This program is free software: you can redistribute it and/or modify
-\ it under the terms of the GNU General Public License as published by
-\ the Free Software Foundation, either version 3 of the License, or
-\ (at your option) any later version.
-\
-\ This program is distributed in the hope that it will be useful,
-\ but WITHOUT ANY WARRANTY\ without even the implied warranty of
-\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-\ GNU General Public License for more details.
-\
-\ You should have received a copy of the GNU General Public License
-\ along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
 \ version 2.0 2015-07-30
 \
 \
@@ -72,8 +56,6 @@ BEGIN                               \
 BIC.B   #MSDA,&I2CSM_DIR            \ 5 l _   SDA as input : release SDA high to prepare read Ack/Nack
 MOV @RSP+,PC
 ENDASM                              \
-    \
-
 
 \ ==================================\
 ASM I2C_M                           \