How to use I2C1_Remappable_Wr for k83

General discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
Duke
Posts: 2
Joined: 17 Jun 2014 10:42

How to use I2C1_Remappable_Wr for k83

#1 Post by Duke » 10 Mar 2020 10:47

Different than expected

CONST HT16 AS BYTE[4] = ( 0X21,0XA0,0X81,0XEF)
main:
' Main program
INIT1
WHILE TRUE
FOR IX1=0 TO 3
I2C1_Remappable_Wr(0X70,HT16[IX1],1,_I2C_END_MODE_STOP)
DELAY_MS(2)
NEXT IX1
WEND
end.
Attachments
i2c.PNG
i2c.PNG (141.65 KiB) Viewed 815 times

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: How to use I2C1_Remappable_Wr for k83

#2 Post by filip.grujcic » 12 Mar 2020 09:39

Hello,

I believe you submitted a ticket on our helpdesk, therefore, let us continue the conversation there.

Regards,
Filip Grujcic

Post Reply

Return to “mikroBasic PRO for PIC General”