david43
Newbie level 3
- Joined
- Dec 12, 2012
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,311
hi,all
I have a integer 59.
how to split to two integer
my code not work
I have a integer 59.
how to split to two integer
my code not work
PHP:
buf=recebuf;
buf = buf % 10;
lcd_write_char(10,1,buf);
buf = buf / 10;
lcd_write_char(11,1,buf);