Arduino Uno Quick Start Manual page 229

Hide thumbs Also See for Arduino Uno:
Table of Contents

Advertisement

The same is true for the application s
HTML file when the application is launched.
RemoteControl/TvRemoteUI/main.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link
rel="stylesheet" type="text/css"
<title>TV Remote
Emulator</title>
</head>
<body>
<div id="main">
<div>
<button
id="power"
<button
id="hdmi"
<button
id="source"
</div>
<div>
<button
id="one"
<button
id="two"
<button
id="three"
</div>
<div>
<button
id="four"
<button
id="five"
<button
id="six"
</div>
<div>
<button
id="seven"
<button
id="eight"
<button
id="nine"
</div>
<div>
<button
id="txt"
<button
id="zero"
<button
id="pre_ch"
</div>
<div>
<button
id="vol_up"
<button
id="mute"
<button
id="prog_up"
</div>
<div>
<button
id="vol_down"
<button
id="ch_list"
<button
id="prog_down"
</div>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
Controlling Infrared Devices Remotely with Your Browser
background.js
href="css/style.css"/>
type="button">Power</button>
type="button">HDMI</button>
type="button">Source</button>
type="button">1</button>
type="button">2</button>
type="button">3</button>
type="button">4</button>
type="button">5</button>
type="button">6</button>
type="button">7</button>
type="button">8</button>
type="button">9</button>
type="button">TXT</button>
type="button">0</button>
type="button">PRE-CH</button>
type="button">V
Up</button>
type="button">Mute</button>
type="button">Ch
Up</button>
type="button">V
Down</button>
type="button">CH
LIST</button>
type="button">Ch
www.it-ebooks.info
file. It renders the following
Down</button>
213
report erratum
discuss

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Arduino Uno and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents