![]() |
Forum Index : Microcontroller and PC projects : Micromite Beta 9
Author | Message | ||||
atmega8![]() Guru ![]() Joined: 19/11/2013 Location: GermanyPosts: 723 |
Hi, first Test This code works fine, the issue with printing negative values is fixed. Thanks Geoff! RotaryValue = 0 RotaryA = 2 RotaryB = 3 SetPin RotaryA, INTH, RotaryInterrupt SetPin RotaryB, DIN Do Print RotaryValue, 'Add usefull stuff here Loop Sub RotaryInterrupt If Pin(RotaryB) = 1 Then RotaryValue = RotaryValue - 1 Else RotaryValue = RotaryValue + 1 EndIf End Sub |
||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 936 |
Hi, I tested Beta 9 on 44 pin device - IIC seems to work ok with my ISL29023 lightsensor. BUT... I can't search within the editor! (I changed the lines with "option lines 36" to 36) When I search anything with F3 the RETURN Key will not recogniced. When I press F3 again or ESC I get the message "NOT FOUND" EDIT: There's the same problem on 28 pin device (without changing the lines)... Frank |
||||
jwettroth![]() Regular Member ![]() Joined: 02/08/2011 Location: United StatesPosts: 75 |
Beta 9 runs my thermometer code out of the box- I like the "+"'s, I found the issue with IPE- I misdefined part- all at my end. I will run some negative number tests and do some I2C tests with a couple of odd parts that I have. Looks Good, John John Wettroth |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3270 |
Ah, sorry for that. I added that bug when I changed line input to terminate on a CR. I should not fiddle with working code !! I have rushed out beta 10 which fixes this issue so please skip beta 9 and go straight to 10. Geoff Geoff Graham - http://geoffg.net |
||||
Frank N. Furter Guru ![]() Joined: 28/05/2012 Location: GermanyPosts: 936 |
Hi Geoff, I thougt there is a relationship between your "line input" change and this bug. Thank you very much for beta 10 - I will test it... Frank |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |