Skip to content

heorohuy/laser_tag_reloaded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Laser Tag Reloaded


##What is this

This is a maple mini project that exclusively uses libmaple and pure C. Many functions are adapted or inspired from Leaflabs' Wirish libraries.


###Examples

You can copy the code in any of the files inside the Tests folders and paste it into real-main.c. The run make and make install, this will build the example and install it on your Maple Mini.

Not all functions have been tested. All files in the Tests folder are proven to work.


###Libraries

  • initialize.h - Initializes all the board's peripherals.
  • **usb.h - Allows you to communicate serially using the USB cable.
  • bluetooth.h - Allows to communicate using a bluetooth module.
  • speaker.h - Allows you to play a hit or shoot sound from a speaker.

About

A maple mini library that does everything exclusively through the use of C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.2%
  • C++ 6.8%