DoStuff Wiki
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
Hardware
Backplane
Board Features
Memory Map
News
20260512 - Increased Cpu Speed
Programming
Examples
Duart
PIT
Handling Interrupts
Machine Library
MMU
Reference Material
Runtime
Toolchains
Project Ideas
Operating System
Gloworm Port
Linux Port
Atari Vector Generator
Ethernet Card
Keyboard Controller
Monitor
BIOS
Books
Datasheets
Getting Connected
Home
Specs and Tech Notes
Programming
Machine Library
898676
Commit
898676
2026-05-27 09:23:06
Bob Green
: -/-
programming/machine library.md
..
@@ 11,6 11,9 @@
```
## Serial I/O
+
::: info
+
Note. The xr68681 is clocked at 7.3728MHz, meaning you'll get double the baud rate listed in the data sheet as the datasheet assumes ha;f that rate. It will also affect the internal counter when it's clocked by the external clock.
+
:::
```C
int _char_available(void);
@@ 56,6 59,9 @@
void pit_clear_bits_b(uint8_t bits);
```
+
::: info
+
Note. The PI/T is clocked at 10.0MHz
+
:::
## Compact Flash
```C
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9