I have a small project where I teach my students how to use properties to make a project more readable.
What it does : Rood & Zwart are inputs (push-butons) ands ledrood & zwart are outputs.
The lines compile to :
SET_PORT_PIN(D, 1, GET_PORT_PIN(B, 5));
SET_PORT_PIN(D, 0, GET_PORT_PIN(B, 4));
wich looks fine to me!
However, when I compile the properties.fcfx there are errors undefined identifier "FCP_TRIS_B" .
Very strange !
When I separate the commands as i did in properties correct.fcfx, the project compiles OK, but then you lose quite some properties-power...
So : why can't we read & write on the same command ?
Thanks in advance to make the light shine in the dark
