Activity
Reply to
Using EEPROM & I2C
- I haven't tried it but looking at your code it appears to have been originally …
- 09 Mar 2019
Reply to
One week wait()
- Use the Real-Time Clock (RTC) features of the LPC1768. Refer to Chapter 27 of the …
- 16 May 2018
Reply to
LM75 with I2C
- Have a look at the TestTemperature source code example included in the Production Test Program …
- 22 May 2015
Reply to
Pointers and arrays
- &foo is a pointer to an int, not an int. Therefore you must declare bar …
- 09 May 2015
Reply to
Changing endianess
- When developing with our Astrobe Oberon language system you can use the SYSTEM function RBIT …
- 03 Mar 2015
Reply to
Compiler optimization? what's going on?
- As you are calculating dx and dy, you might as well use them here: angleN …
- 02 Jan 2015