- Jun 6, 2020
- 11,559
- 4,422
This is a simple code to turn LED on and off by using PCF8574, the code works as expected, but I want to pass the 'Address' which is 0x27 to object declaration part to let user change it at any time cause address may change according to the chip number(PCF8574AT, PCF8574T).
B4X:
it did not work, I have to hard code the address like this:
B4X:
Main:
STN module:
B4X:
PCF8574 pcf(&I2Ctwo, b4r_stn::_i2caddress); // did not work, how can I pass address to this line?
it did not work, I have to hard code the address like this:
B4X:
PCF8574 pcf(&I2Ctwo, 0x27); //works OK, address is hard codded
Main:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
STN module:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید