Jump to content
43oh

sexton

Members
  • Content Count

    2
  • Joined

  • Last visited

About sexton

  • Rank
    Noob Class

Profile Information

  • Location
    sweden
  1. The code below works in Energia 10,compiles in 11 but does nothing.Can anyone tell why? /* Read internal temperature sensor of LM4F120 Stellaris Launchpad Example from TI LM4F120 workbook A la mode Energia */ #include "Energia.h" #include "inc/hw_memmap.h" #include "inc/hw_types.h" #include "driverlib/debug.h" #include "driverlib/sysctl.h" #include "driverlib/adc.h" unsigned long ulADC0Value[4]; volatile unsigned long ulTempAvg; volatile unsigned long ulTempValueC; volatile unsigned long ulTempValueF; volatile unsigned long tt; volatile unsigned long tc;
  2. I posted before but it still says i didn't!
×
×
  • Create New...