Skip to content

HiroyasuMatsuda3/bbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeagleBone Black handling examples

bbb/README.md: this file
bbb/ain
bbb/ain/ain.c: read out AIN0..AIN7
bbb/ain/joy.c: analog joystick reader
bbb/ain/uv.c: UV sensor cape test program
bbb/ain/uvmeterd.c: UV meter daemon for UV sensor cape
bbb/cape
bbb/cape/dtbo_handler.c: cape manager read out or add dtob file
bbb/cape/paths.c: display uncertain paths
bbb/gpio
bbb/gpio/buzzer.c: PIEZO buzzer alarm sounds rings
bbb/gpio/led.c: LED blink
bbb/gpio/pird.c: PYRO alarm daemon
bbb/gpio/switch.c: tactile switch read example
bbb/i2c
bbb/i2c/aqm0802a.c: AQM0802A display demo. i2clcd library required
bbb/i2c/i2c7segtest.c: Arduino on BBB cape & 7seg.board handling example
bbb/i2c/i2c_7seg: Arduino sketch folder for 7seg.board
bbb/i2c/i2c_7seg/i2c_7seg.ino
bbb/i2c/i2clx.c: LPC1114 on bbb & S9705 board illuminometer
bbb/i2c/libi2clcd: i2clcd library
bbb/i2c/libi2clcd/Makefile
bbb/i2c/libi2clcd/i2clcd.h
bbb/i2c/libi2clcd/lcd_command.c
bbb/i2c/libi2clcd/lcd_createChar.c
bbb/i2c/libi2clcd/lcd_open.c
bbb/i2c/libi2clcd/lcd_printf.c
bbb/i2c/libi2clcd/lcd_putch.c
bbb/i2c/libi2clcd/lcd_setCursor.c
bbb/i2c/libi2clcd/lcd_setup.c
bbb/i2c/rtc.sh: RTC cape setup shell script
bbb/libbbb: bbb library
bbb/libbbb/Makefile
bbb/libbbb/adc.c
bbb/libbbb/bbb.h
bbb/libbbb/cape.c
bbb/libbbb/gpio.c
bbb/libbbb/port.c
bbb/libbbb/pwm.c
bbb/libbbb/w1.c
bbb/pwm
bbb/pwm/colors.c: Color LED cape display demo
bbb/pwm/debian
bbb/pwm/debian/fl_servo.cpp: servo motor trimmer. FLTK1.3 required
bbb/pwm/measure.c: Ultrasonic measure cape measure
bbb/pwm/measure_lcdd.c: Ultrasonic measure cape & AQM0802A measure daemon
bbb/pwm/measure_proto.c: ultrasonic measure prototype
bbb/pwm/servo.c: spin servo motor -30..30 degrees
bbb/remocon
bbb/remocon/analyzer.c: IR remote controller signal analyser
bbb/remocon/analyzer.conf: analized signal file(sample)
bbb/remocon/button00.sh: USER LED3 blink shell script
bbb/remocon/button01.sh: USER LED3 blink stop shell script
bbb/remocon/debian
bbb/remocon/debian/g_analyzer.c: IR remote controller signal analyser. GTK3 required
bbb/remocon/libremocon: IR remote controller library
bbb/remocon/libremocon/Makefile
bbb/remocon/libremocon/rc_analyze.c
bbb/remocon/libremocon/rc_getbuttons.c
bbb/remocon/libremocon/rc_getcommand.c
bbb/remocon/libremocon/rc_getdata.c
bbb/remocon/libremocon/rc_getopt.c
bbb/remocon/libremocon/rc_gettoken.c
bbb/remocon/libremocon/rc_memo.c
bbb/remocon/libremocon/rc_rassign.c
bbb/remocon/libremocon/rc_receive.c
bbb/remocon/libremocon/rc_record.c
bbb/remocon/libremocon/rc_report.c
bbb/remocon/libremocon/rc_save.c
bbb/remocon/libremocon/rc_speccmp.c
bbb/remocon/libremocon/rc_statist.c
bbb/remocon/libremocon/rc_tassign.c
bbb/remocon/libremocon/rc_transmit.c
bbb/remocon/libremocon/remocon.h
bbb/remocon/received.c: BeagleBone Black remote control daemon
bbb/remocon/received.conf: BeagleBone Black remote control command file
bbb/remocon/shot.c: IR signal transmit program
bbb/spi
bbb/spi/aqm1248a.c: AQM1248A fill draw gray test program
bbb/spi/beat.c: Heart beat cape beat counter
bbb/spi/gl_beat
bbb/spi/gl_beat/bigfont.h: Numeric big font
bbb/spi/gl_beat/font.h: font
bbb/spi/gl_beat/fonts.c: AQM1248A display fonts demo
bbb/spi/gl_beat/gl_beat.c: Heart beat cape & AQM1248A health meter
bbb/spi/gl_beat/glcd.c: AQM1248A control functions object
bbb/spi/gl_beat/glcd.h: AQM1248A control functions prototype
bbb/spi/gl_beat/sin.c: draw sin wave to AQM1248A
bbb/uart
bbb/uart/fc1114.bin: LPC1114 on BBB frequncy counter firmware
bbb/w1
bbb/w1/BB-W1-00A0.dtbo: 1-Wire setup dtob file
bbb/w1/BB-W1-00A0.dts: 1-Wire setup dtob file source
bbb/w1/ds18b20.c: DS18B20+ thermometer

About

BeagleBone Black handling examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.9%
  • C++ 2.6%
  • Makefile 2.1%
  • Other 2.0%
  • Shell 0.4%