Skip to content

Commit

Permalink
comment text corrections only
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyoung committed Apr 21, 2020
1 parent c3d641a commit 3a285c4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Keypad_I2C/Keypad_I2C.cpp
@@ -1,6 +1,6 @@
/*
||
|| @file Keypad_I2C.h
|| @file Keypad_I2C.cpp
|| @version 3.0 - multiple WireX support
|| @version 2.0 - PCF8575 support added by Paul Williamson
|| @author G. D. (Joe) Young, ptw
Expand Down
4 changes: 2 additions & 2 deletions Keypad_I2Ca/Keypad_I2Ca.cpp
@@ -1,11 +1,11 @@
/*
||
|| @file Keypad_I2Ca.h
|| @file Keypad_I2Ca.cpp
|| @version 4.0 - fix compile error, allow WireX in constructor
|| @version 3.0 - PCA9554, PCA9554A, PCA9555 support G. D. Young
|| @version 2.0 - PCF8575 support added by Paul Williamson
|| @author G. D. (Joe) Young, ptw
|| @contact "G. D. (Joe) Young" <gdyoung@telus.net>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_I2Ca provides an interface for using matrix keypads that
Expand Down
2 changes: 1 addition & 1 deletion Keypad_MC16/Keypad_MC16.cpp
@@ -1,6 +1,6 @@
/*
||
|| @file Keypad_MC16.h
|| @file Keypad_MC16.cpp
|| @version 2.0
|| @version 1.0
|| @author G. D. (Joe) Young
Expand Down
4 changes: 2 additions & 2 deletions Keypad_MC17/Keypad_MC17.cpp
@@ -1,9 +1,9 @@
/*
||
|| @file Keypad_MC17.h
|| @file Keypad_MC17.cpp
|| @version 2.0
|| @author G. D. (Joe) Young
|| @contact "G. D. (Joe) Young" <gdyoung@telus.net>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_MC17 provides an interface for using matrix keypads that
Expand Down
4 changes: 2 additions & 2 deletions Keypad_MCP/Keypad_MCP.cpp
@@ -1,10 +1,10 @@
/*
||
|| @file Keypad_MCP.h
|| @file Keypad_MCP.cpp
|| @version 2.0
|| @version 1.0
|| @author G. D. (Joe) Young
|| @contact "G. D. (Joe) Young" <gdyoung@telus.net>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_MCP provides an interface for using matrix keypads that
Expand Down
2 changes: 1 addition & 1 deletion Keypad_MCP/Keypad_MCP.h
Expand Up @@ -4,7 +4,7 @@
|| @version 2.0
|| @version 1.0
|| @author G. D. (Joe) Young
|| @contact "G. D. (Joe) Young" <gdyoung@telus.net>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_MCP provides an interface for using matrix keypads that
Expand Down
4 changes: 2 additions & 2 deletions Keypad_tw/Keypad_tw.cpp
@@ -1,10 +1,10 @@
/*
||
|| @file Keypad_tw.h
|| @file Keypad_tw.cpp
|| @version 1.0 - Convert Keypad_I2C to use TinyWireM library for ATtiny micros
|| @version 2.0 - PCF8575 support added by Paul Williamson
|| @author G. D. (Joe) Young, ptw
|| @contact "G. D. (Joe) Young" <gdyoung@islandnet.com>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_tw provides an interface for using matrix keypads that
Expand Down
2 changes: 1 addition & 1 deletion Keypad_tw/Keypad_tw.h
Expand Up @@ -4,7 +4,7 @@
|| @version 1.0 - Convert Keypad_I2C to use TinyWireM library for ATtiny micros
|| @version 2.0 - PCF8575 support added by Paul Williamson
|| @author G. D. (Joe) Young, ptw
|| @contact "G. D. (Joe) Young" <gdyoung@islandnet.com>
|| @contact "G. D. (Joe) Young" <jyoung@islandnet.com>
||
|| @description
|| | Keypad_tw provides an interface for using matrix keypads that
Expand Down

0 comments on commit 3a285c4

Please sign in to comment.