본문 바로가기

IOT(Arduino+Inventor)

WebViewer

아래 사진과 같이 html 파일을 인벤터에 적용해봅니다.

 

다음 파일 내용을 메모장에 작성하여, 파일 확장자가 html 로 파일을 생성합니다.

<!DOCTYPE html>
<html>
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
<head>
</head>
<body>
<h1 id="heading">Hello WebViewer</h1>
<p>Hi JavaScript</p>
</body>
</html>

 

파일을 업로드합니다.

컴포넨트를 배치합니다.

컴포넨트 입니다.

다음과 같이 스케치하고 빌드합니다.

 

'IOT(Arduino+Inventor)' 카테고리의 다른 글

RGB_LED 제어[2]  (0) 2022.03.27
RGB LED 제어[1]  (0) 2022.03.27
inventor_webviewer[1]  (0) 2022.03.25
Inventor _BlueTooth_버튼_BackGroundColor [3]  (0) 2022.02.28
Inventor _BlueTooth_LED ON OFF [2]  (0) 2022.02.26