i want to change c4 c5 c6 to b4 b5 b6
what is necessary to change in code
Please help
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
Posted: Mon Apr 07, 2008 8:06 am
#byte LCD = 0xf82 // portB address on 18F4xxx
needs to be changed to the address of port B
And I think a
#use fast_io(C) //(((((which isn't shown in his code))))
changed to
#use fast_io(B)
And theres a note but no code for tris
set_tris_b(0);//all outputs
// note:control bus (PORTB) always outputs
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum