I expected that...
Then you must press enter two more times :)
I agree with peja089, the colon acts as a virtual line break.
If more than a signle statement should execute as a result of the evaluation use IF-THEN-ENDIF.
With that said... In section 5.35 of...
Of course, you're right. Now something happening. The display lit up and does some counting and flickering with segments.
That with your firstly posted code. Now figuring out how to display numbers...
that's for a 7 bit i2c address scheme, arla arduino. pbp uses an 8 bit address for i2c
richard Today, 15:55That default address I got from product listing:
IIC address: default address 0X70
A0, A1, A2,: IIC data address control terminal
IIC address calculation: 0X70+A0+A1+A2 (floating is 0, shortet...
not only that row[0] to [4] are set to 0 still
;pic 12F1840#CONFIG
__config _CONFIG1, _FOSC_INTOSC & _MCLRE_ON & _CP_OFF & _CPD_OFF
__config _CONFIG2, _PLLEN_OFF & _LVP_OFF...
From manual
2.18 Line-Concatenation ( : )
Multiple commands may be written on a single line using colon characters to tell PBP where to insert a "virtual" line break.
would not expect any with $70 as an address , if you have a ht16k33 the address is %1110xyz0 where xyz are a2 a1 a0
if a0-a2 are set low the the address is $e0 as per my example
Re: Better code check before compile?
Same here :confused:
pedja089 Today, 23:03