print

Writes variables to output device

Author Joep Suijs, Copyright (c) 2007..2008, all rights reserved.
Adapted-by Joep Suijs
Compiler >=2.2

Description

Outputs variables to output device.
formats: _decimal and _hex
vars:    bit, byte, sbyte, word, sword, dword, sdword


  
Example:


     
var sword BHL = -684


     
; print the signed word to the LCD display
print_sword_dec(LCD_char, BHL)


     
; and now print the same signed word to the serial port
print_sword_dec(Serial_HW_data, BHL)


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Private

Functions


API details

Global variables/contants

Procedures

Private

Functions


Related samples

Here are the list of samples which use this library:

sample16f877a_i2c_hw_slave_msg.jal
sample16f876a_sht.jal
sample16f690_hello_world_lcd.jal
sample16f88_serial_print.jal
sample16f88_i2c_hw_slave_msg.jal
sample16f876a_keyboard_lcd.jal
sample16f877a_rtc_lcd.jal
sample16f877a_random.jal
sample16f88_random.jal
sample16f876a_rtc_lcd.jal
sample16f648a_serial_print.jal
sample16f648a_random.jal
sample16f876a_tc77.jal
sample16f88_hello_world_lcd.jal
sample16f819_hello_world_lcd.jal
sample16f876a_t6603.jal
sample16f877a_i2c_hw_slave_eeprom_simulator.jal
sample16f877a_hello_world_lcd.jal
sample16f877a_serial_hardware.jal
sample16f648a_serial_hardware.jal
sample16f88_i2c_sw_l1.jal
sample16f877a_print_serial_numbers.jal
sample16f88_serial_hardware.jal
sample16f877a_co2_t6603.jal
sample16f88_i2c_hw_slave_eeprom_simulator.jal
sample16f648a_i2c_sw_l1.jal
sample16f877a_serial_print.jal
sample16f877a_i2c_sw_l1.jal
sample16f88_print_serial_numbers.jal
sample16f88_remember_me.jal
sample16f877a_keyboard_lcd.jal
sample16f877a_i2c_hw_l1.jal