SebastianHe Posted April 4, 2013 at 02:33 PM Posted April 4, 2013 at 02:33 PM Hallo, gerade versucht mein neues LCD mittels Ruby anzusteuern: ein: lcd = BrickletLCD20x4.new UID_LCD, ipcon ergibt: `<main>': uninitialized constant BrickletLCD20x4 (NameError) Würde Vorschlagen das Modul umzubennen. Ruby-Version: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0] Der Distanz-Sensor mit "dir_2 = BrickletDistanceIR.new UID_IR_SECOND, ipcon" läuft ohne Probleme. Beste Grüße, Sebastian Quote
photron Posted April 4, 2013 at 02:48 PM Posted April 4, 2013 at 02:48 PM Dir fehlt require 'tinkerforge/bricklet_lcd_20x4' daher ist BrickletLCD20x4 unbekannt. Quote
SebastianHe Posted April 5, 2013 at 06:49 AM Author Posted April 5, 2013 at 06:49 AM Ups , wie peinlich. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.