Skip to content

Commit 75a9f00

Browse files
committed
I/O: Rename to "Hardware I/O"
1 parent 63706ee commit 75a9f00

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

java/libraries/io/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<project name="Processing I/O Library" default="build">
2+
<project name="Processing Hardware I/O Library" default="build">
33

44
<target name="clean" description="Clean the build directories">
55
<delete dir="bin" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name = I/O
1+
name = Hardware I/O
22
version = 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
name = I/O for Raspberry Pi and other Linux-based computers
1+
name = Hardware I/O for Raspberry Pi and other Linux-based computers

java/libraries/io/src/native/impl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) The Processing Foundation 2015
3-
I/O library developed by Gottfried Haider as part of GSOC 2015
3+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/GPIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/I2C.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/LED.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/NativeInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/PWM.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

java/libraries/io/src/processing/io/RPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Copyright (c) The Processing Foundation 2015
5-
I/O library developed by Gottfried Haider as part of GSOC 2015
5+
Hardware I/O library developed by Gottfried Haider as part of GSoC 2015
66
77
This library is free software; you can redistribute it and/or
88
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)