|
In innoBASIC Workshop IDE, I tried to control COLOR RGB sensor by the example in product manual of COLOR RGB sensor. Note:My computer doesn't support Unicode.Some how.
However, it comes the problem that output window shows the state of "????=1". Even if the program as below: Peripheral myC As ColorRGB @ 0 ' ³]©w¼Ò²Õ½s¸¹¬°0 Dim g_wC, g_wR, g_wG, g_wB As Word ' ³]©w·P´úÈÀx¦s°Ñ¼Æ Sub Main() End Sub
It work until the program as below: Dim g_wC, g_wR, g_wG, g_wB As Word ' ³]©w·P´úÈÀx¦s°Ñ¼Æ Sub Main() End Sub
I guess that ColorRGB Sensor is later than the InnoBasic Workshop v1.0.2.9. Therefore, I download the latest vertion of InnoBasic Workshop. Yet, after compiler, output window shows "Error (L2001):unresolves external symble '_DEBUG...' in file '.....inb.obj'
|