Skip to content

Commit

Permalink
Updated comment sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Jan 9, 2020
1 parent 10aaca2 commit 0953ac6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 225 deletions.
2 changes: 2 additions & 0 deletions examples/CustomCharacter/CustomCharacter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
This example code is in the public domain.
http://arduino.cc/playground/Main/FutabaUsVfd
Slight modification Nov 2019 to include in updated library at https://github.com/Andy4495/FutabaUsVfd
*/

// Include the library code.
Expand Down
3 changes: 3 additions & 0 deletions examples/HelloWorld/HelloWorld.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
This example code is in the public domain.
http://arduino.cc/playground/Main/FutabaUsVfd
Slight modification Nov 2019 to include in updated library at https://github.com/Andy4495/FutabaUsVfd
*/

// Include the library code.
Expand Down
219 changes: 0 additions & 219 deletions examples/UsbSerialLcdSmartieAdapter/UsbSerialLcdSmartieAdapter.ino

This file was deleted.

11 changes: 8 additions & 3 deletions src/FutabaUsVfd.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
/*
FutabaUsVfd Library - Implementation
FutabaUsVfd Library
- Original file created 17 March 2011 (https://playground.arduino.cc/Main/FutabaUsVfd/), unknown author
Originally created 17 March 2011
Updated by Andreas Taylor Nov 2019
- Modifications to support latest Arduino IDE and library spec
- Added methods for most of the control functions listed in datasheet
- Updated timing definitions
https://github.com/Andy4495/FutabaUsVfd
This file is in the public domain.
*/

#include "FutabaUsVfd.h"
Expand Down
11 changes: 8 additions & 3 deletions src/FutabaUsVfd.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
/*
FutabaUsVfd Library - Declaration file
FutabaUsVfd Library
- Original file created 17 March 2011 (https://playground.arduino.cc/Main/FutabaUsVfd/), unknown author
Originally created 17 March 2011
Updated by Andreas Taylor Nov 2019
- Modifications to support latest Arduino IDE and library spec
- Added methods for most of the control functions listed in datasheet
- Updated timing definitions
https://github.com/Andy4495/FutabaUsVfd
This file is in the public domain.
*/

#ifndef FutabaUsVfd_h
Expand Down

0 comments on commit 0953ac6

Please sign in to comment.