Hello,
I was wondering if it is possible to use a 74HC595 shift register with Flowcode. Is it possible to use the SPI component?
Thanks in advance,
Cameron
Search found 3 matches
- Wed Jun 01, 2011 5:50 am
- Forum: Flowcode V2 & V3
- Topic: Shift Register
- Replies: 1
- Views: 3543
- Tue Apr 19, 2011 12:14 am
- Forum: Flowcode V2 & V3
- Topic: Software Stack
- Replies: 1
- Views: 2704
Software Stack
Hello, I am a little confused on how to enable software stack. I discovered this info: ChipName=16F877A ExtraLinkerParams=-swcs 6 2 I have a few questions: -Where exactly in the FCD file do I paste this code? -Why is the chip name needed? -Will the comiler warning message recognize if software stack...
- Mon Apr 18, 2011 4:24 pm
- Forum: Flowcode V2 & V3
- Topic: Timer with LCD
- Replies: 1
- Views: 2854
Timer with LCD
Hello, I am trying to make an accurate timer with tenths of seconds. I am using TMR2 to produce a 50hz interrupt, and using a count to 10 in the interrupt to increment the tenths of seconds. I need to display the time on an LCD. I have a flag variable in the interrupt that tells the main program to ...