에듀이노-아두이노 전문 교육쇼핑몰 에듀이노-코딩 교구는, 에듀이노!
뒤로가기

묻고답하기

제목

예제 MPU6050_DMP 컴파일 오류 문의

작성자 박재호(ip:)

작성일 2023-05-08

조회 871

평점 0점  

추천 추천하기

내용

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:144:18: error: variable or field 'serialEvent' declared void

 void serialEvent(Serial port) {

                  ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:144:25: error: expected ')' before 'port'

 void serialEvent(Serial port) {

                         ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:32:1: error: 'import' does not name a type; did you mean 'qsort'?

 import processing.serial.*;

 ^~~~~~

 qsort

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:33:1: error: 'import' does not name a type; did you mean 'qsort'?

 import processing.opengl.*;

 ^~~~~~

 qsort

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:34:1: error: 'import' does not name a type; did you mean 'qsort'?

 import toxi.geom.*;

 ^~~~~~

 qsort

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:35:1: error: 'import' does not name a type; did you mean 'qsort'?

 import toxi.processing.*;

 ^~~~~~

 qsort

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:43:1: error: 'ToxiclibsSupport' does not name a type

 ToxiclibsSupport gfx;

 ^~~~~~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:45:1: error: 'Serial' does not name a type

 Serial port;                         // The serial port

 ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:46:5: error: decomposition declaration cannot be declared with type 'char'

 char[] teapotPacket = new char[14];  // InvenSense Teapot packet

     ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:46:5: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:46:5: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:46:8: error: expected initializer before 'teapotPacket'

 char[] teapotPacket = new char[14];  // InvenSense Teapot packet

        ^~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:51:6: error: decomposition declaration cannot be declared with type 'float'

 float[] q = new float[4];

      ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:51:6: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:51:6: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:51:9: error: expected initializer before 'q'

 float[] q = new float[4];

         ^

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:52:19: error: conversion from 'Quaternion*' to non-scalar type 'Quaternion' requested

 Quaternion quat = new Quaternion(1, 0, 0, 0);

                   ^~~~~~~~~~~~~~~~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:54:6: error: decomposition declaration cannot be declared with type 'float'

 float[] gravity = new float[3];

      ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:54:6: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:54:6: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:54:9: error: expected initializer before 'gravity'

 float[] gravity = new float[3];

         ^~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:55:6: error: decomposition declaration cannot be declared with type 'float'

 float[] euler = new float[3];

      ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:55:6: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:55:6: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:55:9: error: expected initializer before 'euler'

 float[] euler = new float[3];

         ^~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:56:6: error: decomposition declaration cannot be declared with type 'float'

 float[] ypr = new float[3];

      ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:56:6: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:56:6: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:56:9: error: expected initializer before 'ypr'

 float[] ypr = new float[3];

         ^~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde: In function 'void setup()':

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:58:6: error: redefinition of 'void setup()'

 void setup() {

      ^~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPU6050_DMP6.ino:162:6: note: 'void setup()' previously defined here

 void setup() {

      ^~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:60:20: error: 'OPENGL' was not declared in this scope

     size(300, 300, OPENGL);

                    ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:60:5: error: 'size' was not declared in this scope

     size(300, 300, OPENGL);

     ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:60:5: note: suggested alternative: 'Wire'

     size(300, 300, OPENGL);

     ^~~~

     Wire

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:61:5: error: 'gfx' was not declared in this scope

     gfx = new ToxiclibsSupport(this);

     ^~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:61:15: error: expected type-specifier before 'ToxiclibsSupport'

     gfx = new ToxiclibsSupport(this);

               ^~~~~~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:64:5: error: 'lights' was not declared in this scope

     lights();

     ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:64:5: note: suggested alternative: 'gets'

     lights();

     ^~~~~~

     gets

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:65:5: error: 'smooth' was not declared in this scope

     smooth();

     ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:65:5: note: suggested alternative: 'short'

     smooth();

     ^~~~~~

     short

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:68:20: error: 'class HardwareSerial' has no member named 'list'

     println(Serial.list());

                    ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:68:5: error: 'println' was not declared in this scope

     println(Serial.list());

     ^~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:68:5: note: suggested alternative: 'printf'

     println(Serial.list());

     ^~~~~~~

     printf

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:77:5: error: 'port' was not declared in this scope

     port = new Serial(this, portName, 115200);

     ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:77:5: note: suggested alternative: 'word'

     port = new Serial(this, portName, 115200);

     ^~~~

     word

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:77:16: error: expected type-specifier before 'Serial'

     port = new Serial(this, portName, 115200);

                ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde: In function 'void draw()':

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:88:9: error: 'port' was not declared in this scope

         port.write('r');

         ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:88:9: note: suggested alternative: 'word'

         port.write('r');

         ^~~~

         word

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:93:5: error: 'background' was not declared in this scope

     background(0);

     ^~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:93:5: note: suggested alternative: 'round'

     background(0);

     ^~~~~~~~~~

     round

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:96:5: error: 'pushMatrix' was not declared in this scope

     pushMatrix();

     ^~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:97:15: error: 'width' was not declared in this scope

     translate(width / 2, height / 2);

               ^~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:97:26: error: 'height' was not declared in this scope

     translate(width / 2, height / 2);

                          ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:97:5: error: 'translate' was not declared in this scope

     translate(width / 2, height / 2);

     ^~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:109:10: error: decomposition declaration cannot be declared with type 'float'

     float[] axis = quat.toAxisAngle();

          ^~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:109:10: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:109:10: error: empty decomposition declaration

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:109:13: error: expected initializer before 'axis'

     float[] axis = quat.toAxisAngle();

             ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:110:12: error: 'axis' was not declared in this scope

     rotate(axis[0], -axis[1], axis[3], axis[2]);

            ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:110:12: note: suggested alternative: 'exit'

     rotate(axis[0], -axis[1], axis[3], axis[2]);

            ^~~~

            exit

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:110:5: error: 'rotate' was not declared in this scope

     rotate(axis[0], -axis[1], axis[3], axis[2]);

     ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:110:5: note: suggested alternative: 'rename'

     rotate(axis[0], -axis[1], axis[3], axis[2]);

     ^~~~~~

     rename

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:113:5: error: 'fill' was not declared in this scope

     fill(255, 0, 0, 200);

     ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:113:5: note: suggested alternative: 'ftell'

     fill(255, 0, 0, 200);

     ^~~~

     ftell

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:114:5: error: 'box' was not declared in this scope

     box(10, 10, 200);

     ^~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:120:5: error: 'rotateX' was not declared in this scope

     rotateX(PI/2);

     ^~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:122:5: error: 'popMatrix' was not declared in this scope

     popMatrix();

     ^~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:126:16: error: 'TRIANGLES' was not declared in this scope

     beginShape(TRIANGLES);

                ^~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:126:5: error: 'beginShape' was not declared in this scope

     beginShape(TRIANGLES);

     ^~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:126:5: note: suggested alternative: 'blinkState'

     beginShape(TRIANGLES);

     ^~~~~~~~~~

     blinkState

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:127:5: error: 'vertex' was not declared in this scope

     vertex(-100,  2, 30); vertex(0,  2, -80); vertex(100,  2, 30);  // wing top layer

     ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:131:5: error: 'endShape' was not declared in this scope

     endShape();

     ^~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:132:16: error: 'QUADS' was not declared in this scope

     beginShape(QUADS);

                ^~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde: At global scope:

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:144:18: error: variable or field 'serialEvent' declared void

 void serialEvent(Serial port) {

                  ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:144:25: error: expected ')' before 'port'

 void serialEvent(Serial port) {

                         ^~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde: In function 'void drawCylinder(float, float, float, int)':

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:207:16: error: 'QUAD_STRIP' was not declared in this scope

     beginShape(QUAD_STRIP);

                ^~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:207:5: error: 'beginShape' was not declared in this scope

     beginShape(QUAD_STRIP);

     ^~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:207:5: note: suggested alternative: 'blinkState'

     beginShape(QUAD_STRIP);

     ^~~~~~~~~~

     blinkState

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:209:9: error: 'vertex' was not declared in this scope

         vertex(topRadius*cos(angle), 0, topRadius*sin(angle));

         ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:213:5: error: 'endShape' was not declared in this scope

     endShape();

     ^~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:218:20: error: 'TRIANGLE_FAN' was not declared in this scope

         beginShape(TRIANGLE_FAN);

                    ^~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:221:9: error: 'vertex' was not declared in this scope

         vertex(0, 0, 0);

         ^~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:232:20: error: 'TRIANGLE_FAN' was not declared in this scope

         beginShape(TRIANGLE_FAN);

                    ^~~~~~~~~~~~

C:\Users\parkj\AppData\Local\Temp\.arduinoIDE-unsaved202348-4900-19q07ym.wio1\MPU6050_DMP6\MPUTeapot.pde:235:9: error: 'vertex' was not declared in this scope

         vertex(0, tall, 0);

         ^~~~~~


exit status 1


Compilation error: variable or field 'serialEvent' declared void




아두이노 우노에 적용하였고 예제부터 컴파일이 안되는 상황입니다.

첨부파일

비밀번호
수정

비밀번호 입력후 수정 혹은 삭제해주세요.

댓글목록

  • 작성자 에듀이노 개발팀

    작성일 2023-05-08

    평점 0점  

    스팸글 안녕하세요
    적어주신 문제점에 대해 확인을 할 수 있는 예제를 업로드 했을 때 출력되는 화면과 결선상태, 납땜상태를 확인할 수 있는 환경 이미지를 첨부하여 재문의를 해주시기 바랍니다
    감사합니다
댓글 수정

이름

비밀번호

내용

/ byte

수정 취소

비밀번호 :

확인 취소

댓글 입력

이름

비밀번호

내용

/ byte

평점

왼쪽의 문자를 공백없이 입력하세요.

에게만 댓글 작성 권한이 있습니다.

댓글 입력

이름

비밀번호

내용

/ byte

왼쪽의 문자를 공백없이 입력하세요.

에게만 댓글 작성 권한이 있습니다.

고객센터

    1670-9626

  • 팩스.063-902-6678
  • 이메일.eduino@robodyne.co.kr
  • Kakao. 에듀이노
  • 운영시간 : AM 10:00 ~ PM 16:30
  • 점심시간 : PM 12:00 - PM 13:00 토/일/공휴일 휴무
  • 고객센터 연결하기
입금계좌
  • 예금주: (주)로보다인시스템
  • 국민. 754801-01-760296
  • 농협. 301-0234-1423-01
  • IBK기업은행. 506-080015-01-016
배송 안내
  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 조건부 무료 : 주문 금액 100,000원 미만일 때 배송비 3,000원을 추가합니다.
  • 배송 기간 : 1일 ~ 2일
  • 배송 안내 :
    - 제주도, 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    고객님께서 주문하신 상품은 입금 확인후 배송해 드립니다. 다만, 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
교환/반품 안내
교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)
«
이전
{$paginationNo}
다음
»
  • {$autoComplete_query_view}
  • {$hotKeyword_rank} {$hotKeyword_query}