8月18日(火) 7:00pm〜 に Apple Store 表参道店でおこなった発表に使用したスライドです。
iOSアプリケーションを使ってロボットを制御する最 新のメソッドや、教育機関での導入事例をご紹介します。iPhoneで操作できる教育用ロボットRomoを、オリジナルのiOSアプリケーションを作って実際に動かし てみましょう。
8月18日(火) 7:00pm〜 に Apple Store 表参道店でおこなった発表に使用したスライドです。
iOSアプリケーションを使ってロボットを制御する最 新のメソッドや、教育機関での導入事例をご紹介します。iPhoneで操作できる教育用ロボットRomoを、オリジナルのiOSアプリケーションを作って実際に動かし てみましょう。
The document discusses a PHP implementation of a Game Boy emulator that runs in the terminal. It explains how the emulator works, including how it simulates the Game Boy's CPU, memory, display, sound, buttons and communication port in PHP code. It provides code examples for emulating the CPU instructions and reading button input from the keyboard.