Files
tinygo/src
Ayke van Laethem f52ecf3054 machine: use NoPin constant where appropriate
In some cases, regular integers were used. But we have a constant to
explicitly say these pins are undefined: `NoPin`. So use this.

A better solution would be to not require these constants, like with the
proposal in https://github.com/tinygo-org/tinygo/issues/3152. This
change is just a slight improvement over the current state.
2022-09-26 20:44:47 +02:00
..
2022-08-06 08:05:29 +02:00
2022-08-09 09:18:49 +02:00
2022-09-02 11:48:01 +02:00
2022-08-07 09:04:57 +02:00