fix : fix comment and document
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
Seeee_Digital_Tube tube1;
|
||||
Seeee_Digital_Tube tube2;
|
||||
Seeed_Digital_Tube tube1;
|
||||
Seeed_Digital_Tube tube2;
|
||||
|
||||
/**
|
||||
* NOTICE:Every tubes display has the same default i2c address.
|
||||
* if you want to combine two(or more)display in one project,you should change the i2c
|
||||
* i2c address,by soldering the pad of display backside.
|
||||
* if you want to combine two(or more)display in one project,you should change the
|
||||
* i2c address,by soldering the pad of device's backside.
|
||||
* please refer to our wiki to get more details.
|
||||
* */
|
||||
#define I2C_ADDR_AFTER_CHANGE_FOUR 0x75
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
Seeee_Digital_Tube tube;
|
||||
Seeed_Digital_Tube tube;
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* display_custom_4.ino
|
||||
* display_custom.ino
|
||||
* Example for digital tube.
|
||||
*
|
||||
* Copyright (c) 2018 Seeed Technology Co., Ltd.
|
||||
@@ -31,12 +31,9 @@
|
||||
#include <Wire.h>
|
||||
|
||||
|
||||
/*********************************************************/
|
||||
/*****NOTICE : This example only for qual_alphanumeric****/
|
||||
/*********************************************************/
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
Seeee_Digital_Tube tube;
|
||||
Seeed_Digital_Tube tube;
|
||||
|
||||
|
||||
void setup()
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
|
||||
Seeee_Digital_Tube tube;
|
||||
Seeed_Digital_Tube tube;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <Wire.h>
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
Seeee_Digital_Tube tube;
|
||||
Seeed_Digital_Tube tube;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* number_increment_2.ino
|
||||
* number_increment.ino
|
||||
* Driver for digital tube.
|
||||
*
|
||||
* Copyright (c) 2018 Seeed Technology Co., Ltd.
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "grove_alphanumeric_display.h"
|
||||
|
||||
|
||||
Seeee_Digital_Tube tube;
|
||||
Seeed_Digital_Tube tube;
|
||||
|
||||
char hex_str[10];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user