Recent content by Russlk

  1. R

    I'm pretty new at this

    How do you declare a byte variable? symbol = H = b1 doesn't work nor symbol = b1 = H.
  2. R

    Very basic help please

    In my program, the statement: let portb = h is flagged as an error. Port b is an output, why can't I program it the same as portc? My program: REM INITIAL CONDITIONS #picaxe 28x1 LET PINS = %00000000 REM MAKE ALL OUTPUTS LOW LET DIRSC = %11111111 REM MAKE PORT C ALL OUTPUTS LET PINSC =...
Top