Unable to fit variable


Results 1 to 15 of 15

Threaded View

  1. #11
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    Also, from the manual of the PIC16F88, there are 256 bytes allocated to EEPROM. I may need more. since I want to include 150 charge time and 150 discharge time.
    Each charge time has a memory position for the seconds, minutes, hours, and day:

    Voltage_Charge_time_RTCSec var byte[150]
    Voltage_Charge_time_RTCMin var byte[150]
    Voltage_Charge_time_RTCHour var byte[150]
    Voltage_Charge_time_RTCDay var byte[150]

    Voltage_DisCharge_time_RTCSec var byte[150]
    Voltage_Discharge_time_RTCMin var byte[150]
    Voltage_Discharge_time_RTCHour var byte[150]
    Voltage_Discharge_time_RTCDay var byte[150]

    so I need 1200 bytes OOOOO !! I guess!!
    Last edited by lerameur; - 25th November 2010 at 21:11.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts