Black Hole
May contain traces of nut
I'm beginning to wish I hadn't started this. I could have had a logic circuit up and running by now - and hardware is inherently multi-tasking!
An artificial mathematical construct if ever I heard one.An infinite dimensional Hilbert space with observations being operators on it.
Seduced by the dark side: "if it looks like a duck and quacks like a duck it is a duck"!
An artificial mathematical construct if ever I heard one.
This is getting dangerously close to theology.
just because the properties of light are usefully modelled by calculating the consequences of a wave-particle duality does not mean that light is a wave-particle duality
AF's code in a previous post seems to lack IO initialisation, but seems to get away with it. Why? I can't find anything in the documentation to explain.
Selecting Inputs or Outputs.
When the PICAXE-08 first powers up, all pins are configured as input pins (except
pin0, which is always an output). There are three methods of setting the other
pins to be outputs (if required)
Method 1 – use a command that requires the pin to be an output.
This is the simplest method, used by most educational users. As soon as a
command that involves an output pin (such as high, low, toggle, serout or sound)
is used, the PICAXE-08 microcontroller automatically converts the pin to an
output (and leaves the pin as an output)