We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2015/08/29 08:42:19 AM CEST
we need two frequencies from pin C1 and C2 @ 260 hz and 5khz using pic16f877a . please send me code
posted on 2015/08/29 08:41:31 AM CEST
we need two frequencies from pin C1 and C2 @ 260 hz and 5khz using pic16f877a . please send me code
posted on 2015/08/28 01:31:42 PM CEST
I am looking for a routine that lets a 18f2520, programmed as a SPI slave with SS enabled to output a frame of 8 bytes to a master processor.
The master first turns SS low and then sends 8 bursts of 8 clock cycles to the slave to read the bytes, after which SS is turned high again.
I can write a single byte, thats not a problem but need help with outputting a frame of 8 bytes.
Any pro programmer who can help me?
posted on 2015/08/28 01:30:37 PM CEST
I am looking for a routine that lets a 18f2520, programmed as a SPI slave with SS enabled to output a frame of 8 bytes to a master processor.
The master first turns SS low and then sends 8 bursts of 8 clock cycles to the slave to read the bytes, after which SS is turned high again.
I can write a single byte, thats not a problem but need help with outputting a frame of 8 bytes.
Any pro programmer who can help me?
posted on 2015/08/19 06:39:42 AM CEST
Does anyone have some example code of how to read multiple ds1820 sensors using Arduino Nano 3 ?
I need to read at least 3 sensors and display each temp on a display
The best solution would be using interrupts as these measurements are not the only job for the Arduino
I use mikroPascal for AVR