Component Macro for reading ADC temperature indicator

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
rnicos
Posts: 16
Joined: Tue Oct 01, 2013 6:53 am
Has thanked: 6 times
Been thanked: 3 times

Component Macro for reading ADC temperature indicator

Post by rnicos »

I am using a PIC16F1824 and would like to read the MPU's internal temperature indicator with Flowcode V6. I know I could use C code, but is there an easier way, like using a component macro?


The internal MPU temperature from the ADC module register channel select bit is '11101'.

Thanks,

Reg

Kenrix2
Flowcode v5 User
Posts: 211
Joined: Tue Feb 19, 2013 9:51 pm
Has thanked: 72 times
Been thanked: 177 times

Re: Component Macro for reading ADC temperature indicator

Post by Kenrix2 »

Here is the macro from the following post converted to V6.
http://www.matrixtsl.com/mmforums/viewt ... nit#p57003
Attachments
ChipTempV6.fcm
(2.84 KiB) Downloaded 233 times

Post Reply