first lut function
This commit is contained in:
@@ -53,14 +53,13 @@ return 0;
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
int serial_in;
|
||||
char *device;
|
||||
char *device = "/dev/ttyACM0";
|
||||
int nbre, speed, opt;
|
||||
|
||||
/* set some default values */
|
||||
verbosity = 0;
|
||||
nbre = 25;
|
||||
speed = 9600;
|
||||
device = "/dev/ttyACM0";
|
||||
|
||||
while ((opt = getopt(argc, argv, "d:n:v")) != -1) {
|
||||
switch (opt) {
|
||||
|
||||
Reference in New Issue
Block a user