NOP0

Results 15 issues of NOP0

Should this be working now? I'm just getting a black square. ![image](https://user-images.githubusercontent.com/33583294/71645202-e54dee00-2cd4-11ea-9bad-1ea981849def.png)

Hi, is there any place where I can see which OPC UA facets the library supports? Examples: Reverse connect facet Enhanced datachange subscription facet Historical raw data server facet. and...

Propose to go for char driver instead of sys-fs. More info here https://github.com/rust-embedded/gpio-cdev

This is a function block from the standard. I think we'll need this for the blinky IEC program, since this is analog to ```elapsed```? The interface is like this: ```...

I'm currently working on the #19, #22, #29 PR's. Where to next? I guess there's some options 1. Contributing more to the parsing, like #19, #22 2. Contributing "well known"...

Need #35 , #33 , #34 Rough sketch, there could be errors here... ``` PROGRAM Blinky VAR clock: RTC; start: DT# := DT#2019-12-17-00:00:00.000; // Some arbitrary start time current: DT#;...

Something like ```"%" ~ ("X"|"B"|"W"|"D"|"L"|) ~ UINT```

This is - [ ] ```TIME#``` // Needed for MVP - [ ] ```DT#``` // Needed for MVP - [ ] ```DATE#``` - [ ] ```TIME_OF_DAY#```

Should have been a simple --amend. Seriously messed up :slightly_smiling_face: No test yet..

I think I'm on thin ice and might need some mentoring here. Trying to implement "engineering floats" that is ```3.14E-1 // 0.314``` There's a lot of unwrapping going on, is...