[Oberon] FPGA - nRF24L01 `RPI Net' server

Jörg joerg.straube at iaeth.ch
Fri May 25 07:21:50 CEST 2018


Try to understand the meaning of head1.valid.
Jörg

> Am 24.05.2018 um 09:34 schrieb Tomas Kral <thomas.kral at email.cz>:
> 
> On Thu, 24 May 2018 06:45:54 +0200
> Jörg <joerg.straube at iaeth.ch> wrote:
> 
>> head1.typ is very important as it steers/controls the whole state
>> machine of Net.Mod.
> 
> How about this?
> 
> PROCEDURE reply(msg: INTEGER);
> BEGIN
> IF msg = 0 THEN head1.typ := 0 (* reset state machine *)
> ELSIF msg = 1 THEN Texts.WriteString(W, " no link")
>  ...
>  ...
> 
> -- 
> Tomas Kral <thomas.kral at email.cz>
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon



More information about the Oberon mailing list