Hi,
hab ein Problem beim Compilieren des Bascom Original I2C-Slave-Beispiels:

$crystal = 3684000
$regfile = "2313def.dat"
Config I2cslave = &B01000000
Config Portb = Input
Portb = 255
Dim Bfake As Byte
Do
Loop
I2c_master_needs_data:
Config Portb = Input
_a1 = Pinb
Return
I2c_master_has_data:
Bfake = _a1
Config Portb = Output
Portb = _a1
Return

Es kommt die Fehlermeldung, dass er die "I2CSLAVE.LBX" nicht findet, und sie ist auch nicht im LIB-Verzeichnis.