B4X FEED Pass var from B4R to inline C object declaration

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Pass var from B4R to inline C object declaration است. این موضوع تا کنون 49 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Pass var from B4R to inline C object declaration
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
49
پسندها
0
آخرین ارسال توسط PracticalSoft
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:

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:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید



 

عقب
بالا