Armadillo  0.1.1
TheexpandableOS
Functions
stdio.h File Reference

Input / output library. More...

#include <mips/adresses.h>

Go to the source code of this file.

Functions

void printk (const char *s)
 
void printf (const char *s,...)
 
void print_to_ascii (const char *s)
 
void print_to_led (const int p)
 
void reset_led ()
 

Detailed Description

Input / output library.

Function Documentation

◆ print_to_ascii()

void print_to_ascii ( const char *  s)

Prints an 8 character string to the ASCII led board.

Parameters
sThe string to print out.

◆ print_to_led()

void print_to_led ( const int  p)

Turns on the LED lights, based on which bits are set to 1 in p.

Parameters
pThe bits to turn on.

◆ printf()

void printf ( const char *  s,
  ... 
)

Prints a formatted string to the UART 16550 device.

Parameters
stringThe string to print out.
VARARGSAdditional arguments, replacing format specifiers in string.

◆ printk()

void printk ( const char *  s)

Prints the string to the UART 16550 device.

Parameters
sThe string to print out.

◆ reset_led()

void reset_led ( )

Resets the LED display.