Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Jun 24, 2022
1 parent 0cc6cec commit 2b1bdcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ _Be sure to review the example sketches included with the library._
- Updated directory structure and added `library.properties` to conform to the [Arduino library specification][3].
- Changed ``#include "WProgram.h"`` to `#include "Arduino.h"`
- Changed `virtual void write(uint8_t character)` to `virtual size_t write(uint8_t character)`
- Renamed example sketch extensions from `.pde` to `.ino`
- Added methods (see [datasheet][2] for details):

```cpp
Expand Down Expand Up @@ -90,7 +91,7 @@ Pin Functions (J1):

## References

- Original FutabaUsVfd [library][1] at Arduino Playground
- Original FutabaUsVfd [library][1] at Arduino Playground.
- Futaba Model US162SD03 Vacuum Fluorescent Display [datasheet][2]

## License
Expand Down

0 comments on commit 2b1bdcb

Please sign in to comment.