mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update docs
This commit is contained in:
parent
0c19988699
commit
0900121273
|
@ -35,7 +35,7 @@
|
|||
//! fn main(mut gba: Gba) -> ! {
|
||||
//! let vblank_provider = agb::interrupt::VBlank::get();
|
||||
//!
|
||||
//! let mut mixer = gba.mixer.mixer(Frequency::Hz18157);
|
||||
//! let mut mixer = gba.mixer.mixer(Frequency::Hz32768);
|
||||
//! mixer.enable();
|
||||
//!
|
||||
//! let mut tracker = Tracker::new(&DB_TOFFE);
|
||||
|
@ -49,7 +49,7 @@
|
|||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! Note that currently you have to select 18157Hz as the frequency for the mixer.
|
||||
//! Note that currently you have to select 32768Hz as the frequency for the mixer.
|
||||
//! This restriction will be lifted in a future version.
|
||||
//!
|
||||
//! # Concepts
|
||||
|
|
Loading…
Reference in a new issue